|
|
@ -367,4 +367,4 @@ def test_x_multiple_solves():
|
|
|
|
print(actual_x)
|
|
|
|
print(actual_x)
|
|
|
|
for category in ["type-a", "type-b"]:
|
|
|
|
for category in ["type-a", "type-b"]:
|
|
|
|
np.testing.assert_array_equal(actual_x[category], expected_x[category])
|
|
|
|
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])
|
|
|
|