Skip to content

Commit

Permalink
Always load with ugrid enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jul 23, 2024
1 parent 7d26cc1 commit a57ade3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iris/experimental/ugrid/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self):
https://ugrid-conventions.github.io/ugrid-conventions/
"""
self._state = False
self._state = True

def __bool__(self):
return self._state
Expand Down Expand Up @@ -94,7 +94,7 @@ def context(self):
self._state = True
yield
finally:
self._state = False
self._state = True


#: Run-time switch for experimental UGRID-aware NetCDF loading. See :class:`~iris.experimental.ugrid.load.ParseUGridOnLoad`.
Expand Down

0 comments on commit a57ade3

Please sign in to comment.