We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7ef5a commit 669353dCopy full SHA for 669353d
tests/test_io.py
@@ -130,9 +130,9 @@ def test_write_n_read(
130
if version < 5.1 and (postgrad is not None or pregrad is not None):
131
pytest.skip("postgrad 'slowdown_to_edge' is not supported in version < 5.0")
132
"""Test function which writes the trajectory and reads it back."""
133
- if np.all(trajectory[:, 0]==0) and pregrad is not None:
+ if np.all(trajectory[:, 0] == 0) and pregrad is not None:
134
pytest.skip("We dont need prephasors for UTE trajectories")
135
-
+
136
write_trajectory(
137
trajectory=trajectory,
138
FOV=FOV,
0 commit comments