Skip to content

Commit

Permalink
Update tests/python/test_transformation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Oct 10, 2024
1 parent 6d61630 commit 345f5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_transformation():
for key, val in rbc_s0.items():
if not np.isclose(val, rbc_s[key], rtol=rtol, atol=atol):
print(f"initial[{key}]={val}, final[{key}]={rbc_s[key]} not equal")
assert np.isclose(val, rbc_s[key], rtol=rtol, atol=atol)
assert False
# assert that the t-based beam is different, at least in the following keys:
large_st_diff_keys = [
"beta_x",
Expand Down

0 comments on commit 345f5b1

Please sign in to comment.