We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66eae9 commit 2877938Copy full SHA for 2877938
cf/regrid/regrid.py
@@ -1181,7 +1181,7 @@ def spherical_grid(
1181
f"The {name} latitude and longitude coordinates "
1182
"are 2-d but the X and Y axes could not be identified "
1183
"from dimension coordinates nor from the "
1184
- f"{'src_axes' if name == 'source' else 'dst_axes'!r}"
+ f"{'src_axes' if name == 'source' else 'dst_axes'!r} "
1185
"parameter"
1186
)
1187
0 commit comments