Skip to content

Commit

Permalink
LOAD_POLICY uses 'default' settings by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Oct 24, 2024
1 parent 03f0d2a commit 3e2024b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,7 @@ def context(self, settings=None, **kwargs):


#: A control object containing the current file loading options.
LOAD_POLICY = LoadPolicy("legacy")
# The unique (singleton) policy object
# N.B. FOR NOW, our starting point is "legacy" rather than "default"
# TODO: resolve tests as needed, to pass with "default".
LOAD_POLICY = LoadPolicy()


def _combine_cubes(cubes, options, merge_require_unique):
Expand Down

0 comments on commit 3e2024b

Please sign in to comment.