Skip to content

Commit

Permalink
Update test_model_output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkan91 committed Jan 22, 2025
1 parent bc0dd47 commit 12c0dec
Showing 1 changed file with 1 addition and 1 deletion.
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 = pd.DataFrame(model.process_step())
demeter_2015 = model.process_step()
print(demeter_2015.head())
print(type(demeter_2010))

# cleanup logger
model.cleanup()
Expand Down

0 comments on commit 12c0dec

Please sign in to comment.