Skip to content

Commit

Permalink
Merge af16bd8 into 6f962b6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 18, 2020
2 parents 6f962b6 + af16bd8 commit 9d01928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salem/graphics.py
Expand Up @@ -460,7 +460,7 @@ def _check_data(self, data=None, crs=None, interp='nearest',
if crs is None:
# Reform case, but with a sanity check
if not np.isclose(shp[0] / shp[1], self.grid.ny / self.grid.nx,
atolgit =1e-2):
atol =1e-2):
raise ValueError('Dimensions of data do not match the map.')

# need to resize if not same
Expand Down

0 comments on commit 9d01928

Please sign in to comment.