-
Notifications
You must be signed in to change notification settings - Fork 285
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
PP constraint #1240
PP constraint #1240
Conversation
👍 from me too! Tests show reading in a pp field from a list of files which contain several fields is sped up by a factor of 12. This is the sort of a gain in performance that would really encourage users to take up Iris. |
@@ -1677,8 +1677,35 @@ def reset_save_rules(): | |||
|
|||
_save_rules = None | |||
|
|||
def _convert_constraints(constraints): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PEP8 wants an extra blank line here
Nice work, it all fits in a lot more neatly than I'd have expected. |
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with Iris. If not, see <http://www.gnu.org/licenses/>. | ||
"""Unit tests for :func:`iris.fileformats.rules.load_cubes`.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it moved, this isn't quite right any more -- also the filename (or path?) now needs to give it a bit more context.
other than #1240 (comment) , all ok now I think. |
Great stuff ! |
additional to #1237, targeted at 1.7.x