Skip to content

Commit

Permalink
Update tests from run from any folder
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Aug 9, 2021
1 parent ff65731 commit 69cc458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_test_vensim_pathway.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def test_input_functions(self):
assert_frames_close(output, canon, rtol=rtol)

def test_invert_matrix(self):
output, canon = runner('test-models/tests/invert_matrix/test_invert_matrix.mdl')
output, canon = runner(test_models + '/invert_matrix/test_invert_matrix.mdl')
assert_frames_close(output, canon, rtol=rtol)

def test_limits(self):
Expand Down Expand Up @@ -330,7 +330,7 @@ def test_subrange_merge(self):
assert_frames_close(output, canon, rtol=rtol)

def test_subscript_logicals(self):
output, canon = runner('test-models/tests/subscript_logicals/test_subscript_logicals.mdl')
output, canon = runner(test_models + '/subscript_logicals/test_subscript_logicals.mdl')
assert_frames_close(output, canon, rtol=rtol)

def test_subscript_multiples(self):
Expand Down

0 comments on commit 69cc458

Please sign in to comment.