Skip to content

Commit

Permalink
Update test_scaleABCD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Fukuda authored Jan 7, 2022
1 parent 121f81b commit 12dad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltasigma/tests/test_scaleABCD.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_scaleABCD(self):
if not np.allclose(umax, self.umax_ref, atol=1e-4, rtol=1e-3):
# An error occured on Vanilla Python 3.8
print("umax = ", umax)
print("self.umax_ref = "self.umax_ref)
print("self.umax_ref = ", self.umax_ref)
self.assertTrue(np.allclose(umax, self.umax_ref, atol=1e-4, rtol=1e-3))
self.assertTrue(np.allclose(np.diag(S), self.Sdiag_ref, atol=1e-2, rtol=25e-1))

Expand Down

0 comments on commit 12dad85

Please sign in to comment.