Skip to content

Commit

Permalink
More updates to get tests to solve
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkan91 committed Jan 22, 2025
1 parent 2a4dfad commit 0acb2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demeter/tests/test_model_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_proj_outputs_using_args(self):
# process first year
demeter_2010 = model.process_step()
demeter_2015 = model.process_step()
# print(demeter_2010.head())
print(demeter_2010.head())

# cleanup logger
model.cleanup()
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ def readme():
r"__version__ = ['\"]([^'\"]*)['\"]", open("demeter/_version.py").read(), re.M
).group(1)


setup(
name='demeter',
version=version,
python_requires=">=3.9",
python_requires=">=3.10",
packages=find_packages(),
url='https://github.com/JGCRI/demeter',
license='BSD 2-Clause',
Expand Down

0 comments on commit 0acb2db

Please sign in to comment.