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 00a95b8 commit 1f9fb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demeter/tests/test_model_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def test_proj_outputs_using_args(self):
model.initialize()

# process first year
demeter_2010 = model.process_step()
demeter_2010 = pd.DataFrame(model.process_step())
demeter_2015 = model.process_step()
print(pd.DataFrame(demeter_2010))
print(demeter_2010.head())

# cleanup logger
model.cleanup()
Expand Down

0 comments on commit 1f9fb06

Please sign in to comment.