Fix formatting

This commit is contained in:
2021-01-14 21:01:42 -06:00
parent 5a062ad97e
commit 088a4a0355
2 changed files with 2 additions and 2 deletions

View File

@@ -367,4 +367,4 @@ def test_x_multiple_solves():
print(actual_x)
for category in ["type-a", "type-b"]:
np.testing.assert_array_equal(actual_x[category], expected_x[category])
np.testing.assert_array_equal(actual_y[category], expected_y[category])
np.testing.assert_array_equal(actual_y[category], expected_y[category])