Skip to content

Commit

Permalink
Merge branch 'pylint-ci' into pylint-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oana-ctrl authored Jul 11, 2024
2 parents 30aac8e + 8632a07 commit cb78a5e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
*.egg-info
.pytest_cache

venv
# Ignore virual environment
venv
1 change: 1 addition & 0 deletions inflammation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import numpy as np



def load_csv(filename):
"""Load a Numpy array from a CSV
Expand Down
13 changes: 13 additions & 0 deletions notes_intermediate_python.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- less (you can scroll)
- wc file (word count)
- . (dot run a bash script)
- python -m pip show matplotlib
- python -m pip list
- python -m pip freeze
- python -m pip freeze > requirements.txt
- git diff


- git branch (current branch)
- git branch develop (create branch)
- git switch develop (switch current branch)
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
astroid==3.2.2
contourpy==1.1.1
colorama==0.4.6
contourpy==1.2.1
coverage==7.5.4
cycler==0.12.1
dill==0.3.8
exceptiongroup==1.2.1
fonttools==4.53.0
importlib-resources==6.4.0
iniconfig==2.0.0
isort==5.13.2
kiwisolver==1.4.5
matplotlib==3.7.5
matplotlib==3.9.0
mccabe==0.7.0
numpy==1.24.4
numpy==2.0.0
packaging==24.1
pandas==2.2.2
pillow==10.3.0
platformdirs==4.2.2
pluggy==1.5.0
Expand All @@ -21,8 +21,7 @@ pyparsing==3.1.2
pytest==8.2.2
pytest-cov==5.0.0
python-dateutil==2.9.0.post0
pytz==2024.1
six==1.16.0
tomli==2.0.1
tomlkit==0.12.5
typing-extensions==4.12.2
zipp==3.19.2
tzdata==2024.1

0 comments on commit cb78a5e

Please sign in to comment.