Skip to content

Commit

Permalink
Update tests/test_read_only_array.py
Browse files Browse the repository at this point in the history
Co-authored-by: audeerington <[email protected]>
  • Loading branch information
hagenw and audeerington authored Jul 5, 2024
1 parent 94b3413 commit f86d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_read_only_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_compose_read_only(
transform: transform
"""
signal = np.array(signal)
signal = np.array(signal, dtype=auglib.core.transform.DTYPE)

# Apply transform to read-only signal
signal.setflags(write=False)
Expand Down

0 comments on commit f86d400

Please sign in to comment.