Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/832_dzelge_loading_sea_ice_data_…
Browse files Browse the repository at this point in the history
…failed' into 832_dzelge_loading_sea_ice_data_failed
  • Loading branch information
dzelge committed Jan 18, 2019
2 parents 6021cfb + bdb99dc commit 51a1230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cate/core/opimpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def subset_spatial_impl(ds: xr.Dataset,

if hasattr(ds, 'lon') and len(ds.lon.shape) != 1 \
or hasattr(ds, 'lat') and len(ds.lat.shape) != 1:
raise ValidationError('Geocoding not recognised. Lat and/or lon variables have more than one dimension.')
raise ValidationError('Geocoding not recognised. Variables "lat" and/or "lon" have more than one dimension.')

monitor.start('Subset', 10)
# Validate input
Expand Down

0 comments on commit 51a1230

Please sign in to comment.