Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Handle std names and aliases (#5257) #5313

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Naively placed 'import iris.std_name_table' in iris.__init__
larsbarring committed May 15, 2023
commit 7b5467c5105b8be819e03d3f8bb6b70a2c16ec89
1 change: 1 addition & 0 deletions lib/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ def callback(cube, field, filename):
import iris._constraints
import iris.config
import iris.io
import iris.std_name_table

from ._deprecation import IrisDeprecation, warn_deprecated