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 c3035db commit 299fa45Copy full SHA for 299fa45
tests/integration/testing_helpers.py
@@ -49,3 +49,4 @@ 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