We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Review the iris._merge.ProtoCube._guess_axis() method.
iris._merge.ProtoCube._guess_axis()
Align this with the iris.util.guess_coord_axis() function.
iris.util.guess_coord_axis()
In particular, ensure the correct ordering for forecast_time.
forecast_time
NB. This change will result in wide-spread .cml changes due to cube dimension reordering.
.cml
Also see #7.
The text was updated successfully, but these errors were encountered:
Merge pull request #8 from bblay/mplmisc
3a47e97
more ok images (plt and qplt)
Merge pull request #8 from scmc72/cell_measures
eb2b18b
added cell_measures attribute to test/results/trajectory/tri_polar_la..
bjlittle
No branches or pull requests
Review the
iris._merge.ProtoCube._guess_axis()
method.Align this with the
iris.util.guess_coord_axis()
function.In particular, ensure the correct ordering for
forecast_time
.NB. This change will result in wide-spread
.cml
changes due to cube dimension reordering.Also see #7.
The text was updated successfully, but these errors were encountered: