Skip to content

Commit

Permalink
FIX: Data change in ORD test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjackson committed Apr 26, 2021
1 parent 27b63db commit e77ed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/tests/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_get_ord():
assert "ORD" in my_asoses.keys()
assert np.all(
np.equal(my_asoses["ORD"]["sknt"].values[:10],
np.array([13., 11., 11., 11., 9., 10., 10., 11., 11., 11.])))
np.array([13., 11., 14., 14., 13., 11., 14., 13., 13., 13.])))


def test_get_region():
Expand Down

0 comments on commit e77ed28

Please sign in to comment.