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 77eba55 commit ff251b7Copy full SHA for ff251b7
lib/iris/fileformats/netcdf/saver.py
@@ -2220,7 +2220,7 @@ def add_ellipsoid(ellipsoid):
2220
isinstance(cs, cs_class)
2221
for cs_class in (
2222
iris.coord_systems.ObliqueMercator,
2223
- iris.coord_systems.RotatedMercator,
+ iris.coord_systems.ObliqueMercator,
2224
)
2225
],
2226
):
noxfile.py
@@ -187,7 +187,7 @@ def tests(session: nox.sessions.Session):
187
"pytest",
188
"-n",
189
"auto",
190
- "lib/iris/tests",
+ "lib/iris/tests/unit/fileformats/netcdf/saver/test_Saver.py",
191
]
192
if "-c" in session.posargs or "--coverage" in session.posargs:
193
run_args[-1:-1] = ["--cov=lib/iris", "--cov-report=xml"]
0 commit comments