-
Notifications
You must be signed in to change notification settings - Fork 6
General Bug Fixes #539
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
General Bug Fixes #539
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
21a3e67
FIX: addressed edge case where evaluating zarr source with neither in…
dhinckley-creare 3c64604
FIX: applied the mssing selector fix from datasource to the rasterio_…
dhinckley-creare ebc815f
FIX: removed the selector change in rasterio_source._get_window_coords
dhinckley-creare bd1327f
FIX: adjusted datasource behavior when there is no coordinate interse…
dhinckley-creare 92a4acf
FIX: previous attempt to fix not adhering to index_type in datasource…
dhinckley-creare e81e993
FIX: fixed issue where previous fix to resolve respect of index_type …
dhinckley-creare e7fa57b
FIX: adjusted _format_value function to handle list returns when enum…
dhinckley-creare 2657f34
ENH: added opt out for hash computation in probe_node. adjusted probe…
dhinckley-creare 8562f7d
FIX: changes probe type return to node_class for clarity
dhinckley-creare 4c9bf79
Updated to get bounds from argument rather than from self
jdw-creare ced229f
Make Selector objects callable so they can be passed in as selectors …
jdw-creare 8405925
Revert "Updated to get bounds from argument rather than from self"
jdw-creare 4bb8095
Merge remote-tracking branch 'origin/feature/general_bug_fixes' into …
dhinckley-creare 8af9a57
FIX: for datasource.create_output_array, added common_doc decorator, …
dhinckley-creare d16a148
FIX/DOC: removed selector callable, added mention of tag attr=True im…
dhinckley-creare 89e13fe
Update podpac/core/data/datasource.py
dhinckley-creare 35c456a
FIX/DOC: removed commented out selector callable code. Added comment …
dhinckley-creare 3e36d7f
Merge remote-tracking branch 'origin/feature/general_bug_fixes' into …
dhinckley-creare 9f143af
DOC: removed old commented code
dhinckley-creare 554fbc8
ENH: improved unit test coverage of utils
dhinckley-creare 5723657
ENH: added unittests to improve code coverage
dhinckley-creare abb00fc
FIX: removed unittest from setup
dhinckley-creare 9f32f5f
DOC: updated datasource.create_output_array docstring
dhinckley-creare 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
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
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
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
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 |
|---|---|---|
|
|
@@ -71,7 +71,7 @@ | |
| "coveralls>=1.3", | ||
| "six>=1.0", | ||
| "attrs>=17.4.0", | ||
| "pre_commit>=1", | ||
| "pre_commit>=1" | ||
| ], | ||
| } | ||
|
|
||
|
|
||
Oops, something went wrong.
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.