We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299fa45 commit 00c252dCopy full SHA for 00c252d
tests/integration/testing_helpers.py
@@ -49,4 +49,3 @@ def validate_variable( # noqa PLR0913
49
if expected_values is not None and actual_value_generator is not None:
50
actual_values = actual_value_generator(arr)
51
assert np.array_equal(expected_values, actual_values)
52
-
0 commit comments