Skip to content

Commit 669353d

Browse files
committed
Final fixes. [docs]
1 parent 4d7ef5a commit 669353d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ def test_write_n_read(
130130
if version < 5.1 and (postgrad is not None or pregrad is not None):
131131
pytest.skip("postgrad 'slowdown_to_edge' is not supported in version < 5.0")
132132
"""Test function which writes the trajectory and reads it back."""
133-
if np.all(trajectory[:, 0]==0) and pregrad is not None:
133+
if np.all(trajectory[:, 0] == 0) and pregrad is not None:
134134
pytest.skip("We dont need prephasors for UTE trajectories")
135-
135+
136136
write_trajectory(
137137
trajectory=trajectory,
138138
FOV=FOV,

0 commit comments

Comments
 (0)