Skip to content

Commit

Permalink
Merge pull request #204 from timcallow/rename_tests
Browse files Browse the repository at this point in the history
Rename tests so pytest picks up on them
  • Loading branch information
timcallow authored Oct 10, 2023
2 parents 8e80f1c + e38f144 commit 9a461a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/pressure_test_log.py → tests/pressure_log_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@


# expected values and tolerance
finite_diff_expected_A = 172.56183194182995
finite_diff_expected_B = 243.88427030813003
stress_tensor_expected_rr = 149.58033991478263
stress_tensor_expected_tr = 111.04150046097219
virial_expected_corr = 143.06375646995878
virial_expected_nocorr = 178.2430500359269
ideal_expected = 103.0141806222132
finite_diff_expected_A = 172.7901141261863
finite_diff_expected_B = 244.0758379313636
stress_tensor_expected_rr = 149.73033807657444
stress_tensor_expected_tr = 111.06081510721712
virial_expected_corr = 143.24751643303316
virial_expected_nocorr = 178.4773754883355
ideal_expected = 103.18020549074609
ion_expected = 165.19118614722603


accuracy = 0.1


Expand Down
File renamed without changes.

0 comments on commit 9a461a7

Please sign in to comment.