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 cb78a5e + 64ecd32 commit dc7e371
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
*.egg-info
.pytest_cache

# Ignore virual environment

venv

1 change: 0 additions & 1 deletion inflammation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ def daily_max(data):
def daily_min(data):
"""Calculate the daily min of a 2D inflammation data array."""
return np.min(data, axis=0)

15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
astroid==3.2.2
colorama==0.4.6
contourpy==1.2.1
contourpy==1.1.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.9.0
matplotlib==3.7.5
mccabe==0.7.0
numpy==2.0.0
numpy==1.24.4
packaging==24.1
pandas==2.2.2
pillow==10.3.0
platformdirs==4.2.2
pluggy==1.5.0
Expand All @@ -21,7 +21,8 @@ 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
tzdata==2024.1
typing-extensions==4.12.2
zipp==3.19.2

0 comments on commit dc7e371

Please sign in to comment.