Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Daniels committed Dec 21, 2019
1 parent 889159b commit 772cb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/abm/test/test_skims.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_multiply_large_numbers(skim_info, num_of_matrices, matrix_dimension):
def test_multiple_large_floats():
calculated_value = skims.multiply_large_numbers([6205.1, 5423.2, 932.4, 15.4])
actual_value = 483200518316.9472
assert abs(calculated_value - actual_value) < 0.0001
assert abs(calculated_value - actual_value) < 0.0001

0 comments on commit 772cb34

Please sign in to comment.