Skip to content

Commit 5d21804

Browse files
committed
Testing fixes.
1 parent ca1c655 commit 5d21804

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

lib/iris/fileformats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _load_grib(*args, **kwargs):
132132
UriProtocol(),
133133
lambda protocol: protocol in ["http", "https"],
134134
netcdf.load_cubes,
135-
priority=6,
135+
priority=4,
136136
constraint_aware_handler=True,
137137
)
138138
)

lib/iris/tests/integration/experimental/test_xarray_dataset_wrapper.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright Iris contributors
2+
#
3+
# This file is part of Iris and is released under the LGPL license.
4+
# See COPYING and COPYING.LESSER in the root of the repository for full
5+
# licensing details.
6+
"""
7+
Tests for :mod:`iris.experimental.xarray_dataset_wrapper`.
8+
9+
Just very basic integration tests, for now.
10+
11+
"""
112
from pathlib import Path
213
import subprocess
314

lib/iris/tests/results/file_load/known_loaders.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
* NetCDF OPeNDAP (priority 6)
1+
* NetCDF dataset (priority 6)
22
* NAME III (priority 5)
33
* NetCDF (priority 5)
44
* NetCDF 64 bit offset format (priority 5)
55
* NetCDF_v4 (priority 5)
66
* UM Post Processing file (PP) (priority 5)
7+
* NetCDF OPeNDAP (priority 4)
78
* UM Fieldsfile (FF) post v5.2 (priority 4)
89
* ABF (priority 3)
910
* ABL (priority 3)

0 commit comments

Comments
 (0)