diff --git a/salem/graphics.py b/salem/graphics.py index 62e74aa..8590546 100644 --- a/salem/graphics.py +++ b/salem/graphics.py @@ -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