Skip to content

Commit

Permalink
STY #1206
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 31, 2024
1 parent 97607cf commit 1e9b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_set_signal_to_None():
[[1, 2, 3], 5, [], None, None, False], # not the same type
# numpy arrays
[[1, 2, 3], np.array([1, 2, 3]), [], None, None, True], # identical
[[1, 2, 3], np.array([1, 2, 3, 0]), [], None, None, True], # only compares len(a) items
[[1, 2, 3], np.array([1, 2, 3, 0]), [], None, None, True], # len(a)
# tuple
[(1, 2, 3), np.array([1, 2, 3]), [], None, None, True], # identical
# with tolerance
Expand Down

0 comments on commit 1e9b4f7

Please sign in to comment.