Skip to content

Commit

Permalink
update test cases to new solver results
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-diodan committed Jun 25, 2020
1 parent 39360a5 commit 5d535fc
Show file tree
Hide file tree
Showing 12 changed files with 628 additions and 628 deletions.
2 changes: 1 addition & 1 deletion tests/__init__.py
Expand Up @@ -76,5 +76,5 @@ def compare_files(cls, simulation, expected_folder, sim_type):
assert_allclose(result_calc, result_expected, atol=0, rtol=1E-4)
except AssertionError:
print('array match failed!')
print(f'file: {expected_path.absolute}')
print(f'file: {expected_path.absolute()}')
raise

0 comments on commit 5d535fc

Please sign in to comment.