Skip to content

Commit 00c252d

Browse files
committed
Precomit
1 parent 299fa45 commit 00c252d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/testing_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ def validate_variable( # noqa PLR0913
4949
if expected_values is not None and actual_value_generator is not None:
5050
actual_values = actual_value_generator(arr)
5151
assert np.array_equal(expected_values, actual_values)
52-

0 commit comments

Comments
 (0)