Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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