-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add function to retrieve example dataset paths #1763
Closed
Closed
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
e46a60f
Add function, tests and case example
echedey-ls 29c7554
Fix type annotations
echedey-ls 725e299
Yeet this stupid error
echedey-ls 05dc263
Remove unneeded feature
echedey-ls b0f38d5
Renamed to locate_example_dataset
echedey-ls b236fce
Use pathlib & check existence of test files
echedey-ls 884f2de
Add public documentation, hope it works
echedey-ls dad6835
I forgot this assert :v
echedey-ls 5490561
Update plot_greensboro_kimber_soiling.py
echedey-ls eacedae
Don't show examples backreference
echedey-ls 28fe7de
Update v0.10.0.rst (without user name since I'm already mentioned at …
echedey-ls aa91f28
Apply Kevin's implementation suggestions
echedey-ls 5954a79
Update plot_greensboro_kimber_soiling.py
echedey-ls 0e55f18
Update iotools.rst
echedey-ls 311f765
Will this fix the table?
echedey-ls 3a91cd7
This should be fine now
echedey-ls 4a38b0e
Substitute occurrences of pvlib.__file__ or similar where appropiate
echedey-ls 5e1a33c
Merge branch 'main' into dataset-retrieve-function
echedey-ls 64e8700
Merge branch 'main' into dataset-retrieve-function
echedey-ls f5bfcf6
Revert "Substitute occurrences of pvlib.__file__ or similar where app…
echedey-ls 8c78cb4
Revert "Will this fix the table?"
echedey-ls 6215608
Delete custom path behaviour, rename to get_example_dataset_path
echedey-ls aa08e09
Use function in tests only
echedey-ls 61571be
Forgot to update tests
echedey-ls caec4f4
solve stupid errors
echedey-ls 586381a
Merge branch 'main' into dataset-retrieve-function
echedey-ls e8c615e
Update whatsnew entries
echedey-ls 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
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.
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.
this is definitely not test data