Skip to content

Commit 772cb34

Browse files
author
Clint Daniels
committed
pep8
1 parent 889159b commit 772cb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activitysim/abm/test/test_skims.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def test_multiply_large_numbers(skim_info, num_of_matrices, matrix_dimension):
6464
def test_multiple_large_floats():
6565
calculated_value = skims.multiply_large_numbers([6205.1, 5423.2, 932.4, 15.4])
6666
actual_value = 483200518316.9472
67-
assert abs(calculated_value - actual_value) < 0.0001
67+
assert abs(calculated_value - actual_value) < 0.0001

0 commit comments

Comments
 (0)