We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee078f commit 7c01eceCopy full SHA for 7c01ece
esmf_regrid/tests/unit/experimental/unstructured_scheme/test__mesh_to_MeshInfo.py
@@ -108,5 +108,5 @@ def test_anticlockwise_validity():
108
# This catches geometric/topological abnormalities that would arise from,
109
# for example: switching lat/lon values, using euclidean coords vs spherical.
110
rg = Regridder(meshinfo, meshinfo)
111
- expected_weights = scipy.sparse.identity(meshinfo.size())
+ expected_weights = scipy.sparse.identity(meshinfo.size)
112
assert np.allclose(expected_weights.todense(), rg.weight_matrix.todense())
0 commit comments