-
Notifications
You must be signed in to change notification settings - Fork 145
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
fold_events keyword validation #837
Merged
matteobachetti
merged 16 commits into
StingraySoftware:main
from
spranav1205:Event_folding_#835
Sep 19, 2024
Merged
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b5f9ca1
Event_folding key validation
spranav1205 d6ef817
Formatting
spranav1205 13646d8
Attempting to use dict.pop()
spranav1205 638afec
Formatting 2.0
spranav1205 d5806c4
Editted value error message
spranav1205 470ea84
opts.pop instead of dict.pop
spranav1205 5fa9667
Formating 3.0
spranav1205 327e9eb
Changelog updated
spranav1205 68a2931
Removing ax as a kwarg from test cases:
spranav1205 dff319a
Updating error message and adding test case
spranav1205 d6af584
fixing typo
spranav1205 d760376
Final Changes
spranav1205 035a77d
Formatting
spranav1205 a40ebfb
Resolving issue
spranav1205 efefb48
Formatting
spranav1205 e5f0653
Regex error fixed
spranav1205 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The ``fold_events`` function now checks if the keyword arguments (`kwargs`) are in the list of optional parameters. | ||
If any unidentified keys are present, it raises a `ValueError`. | ||
This fix ensures that the function only accepts valid optional parameters and provides a clear error message for unsupported keys. |
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.
Unidentified keyword to fold_events: {opts.keys()}
etc. would probably be more informative