-
Notifications
You must be signed in to change notification settings - Fork 300
Stop PPDataProxy accessing the file when no data is needed. #3659
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9108542
Stop PPDataProxy accessing the file when no data is needed.
pp-mo de53620
Fix for old-style 80 character column limit.
pp-mo 0906ab8
More retro style fixes.
pp-mo 0a8d982
Added whatsnew
pp-mo e4c30fc
Fix 1-D case, simpler scope, more complex tests.
pp-mo 2465d17
Codestyle fix.
pp-mo ffdf6ee
Fix import.
pp-mo 4beb6f5
Repackage key logic as a utility routine.
pp-mo 88aaa4b
Make contributions for 2.4.0, not 2.4.1.
pp-mo 0e4a06e
Update lib/iris/tests/unit/fileformats/pp/test_PPDataProxy.py
pp-mo df7ef93
Remove pointless test.
pp-mo 4a49ce1
Simplify array code and tidy docs.
pp-mo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
docs/iris/src/whatsnew/contributions_2.4.1/bugfix_2020-Feb-14_pp_emptyslices.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| * Fixed a problem which was causing file loads to fetch *all* field data | ||
| whenever UM files (PP or Fieldsfiles) were loaded. | ||
| With large sourcefiles, initial file loads are slow, with large memory usage | ||
| before any cube data is even fetched. Large enough files will cause a crash. | ||
| The problem occurs only with Dask versions >= 2.0. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.