Skip to content

Commit

Permalink
fix tests from other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moodie authored and ericbarefoot committed May 26, 2020
1 parent 607cfe6 commit b5e3bcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_deltaRCM_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ def test_init():
assert delta._is_finalized == False


delta = pyDeltaRCM(input_file=os.path.join(os.getcwd(), 'tests', 'test.yaml'))


def test_update():
delta = pyDeltaRCM(input_file=os.path.join(os.getcwd(), 'tests', 'test.yaml'))

delta.update()
assert delta._time == 1.0
assert delta._is_finalized == False
Expand Down

0 comments on commit b5e3bcf

Please sign in to comment.