Skip to content

Commit 299fa45

Browse files
committed
touch
1 parent c3035db commit 299fa45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/testing_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ 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)