Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 8fdee82 commit 9070654
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 np.isclose(val, rbc_s[key], rtol=rtol, atol=atol)
# 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 9070654

Please sign in to comment.