Skip to content
Snippets Groups Projects

[Test] Configure and Include new test runs

Merged Karim Ahmed requested to merge test/new_test_runs into master
@@ -76,9 +76,7 @@ def equal_data(ref, test, dtype):
if (
np.issubdtype(dtype, np.floating) or
np.issubdtype(dtype, np.complexfloating)
# np.issubdtype(dtype, np.float)
):
print("HI???")
return np.allclose(ref, test, equal_nan=True)
else:
return np.array_equal(ref, test)
Loading