-
Notifications
You must be signed in to change notification settings - Fork 96
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
[DOC, FIX, RF] Fix typos in documentation and refactor fit_decay/fit_decay_ts. #49
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ccc2527
refactor fit
TomMaullin 59d454c
Merge remote-tracking branch 'ME-ICA/master'
tsalo 8daa852
Merge remote-tracking branch 'ME-ICA/master'
tsalo 12b2998
Merge remote-tracking branch 'ME-ICA/master'
tsalo 8680466
Fix typos in docs.
tsalo d887611
Merge with master
TomMaullin 6cc8f49
Merge pull request #1 from TomMaullin/refactorFit
tsalo 7678804
Adjust some things in tedana.model.monoexponential
tsalo e6f97a2
Fix bug.
tsalo 2a70ce2
Center math.
tsalo 27fcf6f
Fix typo in tedpca documentation.
tsalo 041faab
Merge remote-tracking branch 'ME-ICA/master'
tsalo 700353d
Merge branch 'master' into master
emdupre 94651a3
Update merge conflict
emdupre eeb0429
Merge remote-tracking branch 'ME-ICA/master'
tsalo 9727419
Merge remote-tracking branch 'ME-ICA/master'
tsalo 0552763
Merge remote-tracking branch 'ME-ICA/master'
tsalo 54b8e70
Merge remote-tracking branch 'origin/master'
tsalo 7623ce3
Merge remote-tracking branch 'ME-ICA/master'
tsalo 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
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.
What do you think about converting this to, instead of calling
fit_decay
inside offit_decay_ts
, being able to throw atimeseries=True
flag ?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.
@TomMaullin if you'd like to address this in a different PR, I can merge this one and leave #25 open !
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.
Personally, I think it would be good to leave that to a separate PR! This ones looks good to me 😄
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.
Hi @emdupre , @rmarkello
Sorry for the delayed response! Would you still like me to address this or has it now been taken care of?
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.
Sorry for my delayed response ! I went ahead and merged this PR, but #25 is still open with the idea of eventually refactoring so that we could pass a
timeseries=True
argument or something similar. If you're interested in taking that on, we'd love to have your contribution !!