-
Notifications
You must be signed in to change notification settings - Fork 111
[MNT] - Fix management of check modes #293
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 all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b502591
fix: add run_modes key in get_description()
SM-Figueroa fe946da
chore: create FOOOFRunModes data object for getter
SM-Figueroa 3f3b34a
feat: add setters and getters for run_modes and update documentation
SM-Figueroa 188aa5f
fix: preserve run modes when instantiating new fooof objects in get_g…
SM-Figueroa 05eebd4
fix: delete FOOOFRunModes object because namedtuple can't handle stri…
SM-Figueroa ebbb3d7
fix: return run_modes as dictionary
SM-Figueroa 49d9e76
fix: unpack run_modes dictionary values for fooof run_mode update
SM-Figueroa c5c9736
update set check modes
TomDonoghue 825c4a4
propagate modes when extracting sub-object from group
TomDonoghue 6a53b35
Merge branch 'checkmodes' into main
TomDonoghue 6e817a1
Merge pull request #294 from SM-Figueroa/main
TomDonoghue 4b6bf56
add test for set_run_modes
TomDonoghue dd5658d
update to use FOOOFRunMode object
TomDonoghue 4a3a5d6
add FOOOFRunModes data object to API list
TomDonoghue 9415bee
Merge branch 'main' into checkmodes
TomDonoghue 3c48a54
udpate stepper to allow for stepper bakcwards
TomDonoghue d49edb3
Merge pull request #295 from fooof-tools/stepper
TomDonoghue 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| """Data sub-module for FOOOF.""" | ||
|
|
||
| from .data import FOOOFSettings, FOOOFMetaData, FOOOFResults, SimParams | ||
| from .data import FOOOFSettings, FOOOFRunModes, FOOOFMetaData, FOOOFResults, SimParams |
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
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.