Skip to content

Commit

Permalink
Testing fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jun 28, 2022
1 parent ca1c655 commit 5d21804
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/iris/fileformats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _load_grib(*args, **kwargs):
UriProtocol(),
lambda protocol: protocol in ["http", "https"],
netcdf.load_cubes,
priority=6,
priority=4,
constraint_aware_handler=True,
)
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Copyright Iris contributors
#
# This file is part of Iris and is released under the LGPL license.
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.
"""
Tests for :mod:`iris.experimental.xarray_dataset_wrapper`.
Just very basic integration tests, for now.
"""
from pathlib import Path
import subprocess

Expand Down
3 changes: 2 additions & 1 deletion lib/iris/tests/results/file_load/known_loaders.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
* NetCDF OPeNDAP (priority 6)
* NetCDF dataset (priority 6)
* NAME III (priority 5)
* NetCDF (priority 5)
* NetCDF 64 bit offset format (priority 5)
* NetCDF_v4 (priority 5)
* UM Post Processing file (PP) (priority 5)
* NetCDF OPeNDAP (priority 4)
* UM Fieldsfile (FF) post v5.2 (priority 4)
* ABF (priority 3)
* ABL (priority 3)
Expand Down

0 comments on commit 5d21804

Please sign in to comment.