This commit is contained in:
Laurent Perron
2025-01-13 17:09:15 +01:00
parent f187ebd336
commit d7d6aa11ee

View File

@@ -313,7 +313,7 @@ ENDATA
np.array([0, 3], dtype=np.int32), flat_e14.variable_indices()
)
np_testing.assert_array_equal(
np.array([-1, 1], dtype=np.double), flat_e14.coeffs
np.array([1, -1], dtype=np.double), flat_e14.coeffs
)
self.assertEqual(flat_e14.offset, 0.8)
self.assertEqual(e14.__str__(), "(x - t + 0.8)")