-
Notifications
You must be signed in to change notification settings - Fork 95
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
[FIX] Adds f_max to right place #712
Conversation
Codecov Report
@@ Coverage Diff @@
## main #712 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 26 26
Lines 2029 2029
=======================================
Hits 1900 1900
Misses 129 129
Continue to review full report at Codecov.
|
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.
The html reports page is blank, as was fixed in #703. On my computer, this isn't happening when I create the report with main
but is with this PR. I have no clue why there would be this difference since these two branches are nearly identical. I assume this will get fixed with merging, but, just in case, I wanted to mention anyway.
I ran this branch on a few datasets and in all cases it correctly generated reports for me on my local machine. If there's something amiss we can open an issue to address it. |
* Initial work on a class. * Clean up. * More work. * Revert mistake. * [FIX] Adds f_max to right place (#712) Moves f_max thresholding to the step where the R2/S0 maps are written out, rather than just before kappa/rho calculation. * [FIX] Calculate Kappa and Rho on full F-statistic maps (#714) * Calculate rho and kappa on full maps. * Add missing test outputs. * Revert changes to outputs. * Fill out docstrings for file-writing class. * More work. * [MAINT] Drop 3.5 support and begin 3.8 and 3.9 support (#721) * Drop 3.5 support and add 3.8/3.9 support. * Drop 3.5 tests and add 3.8/3.9 tests. * Update installation instructions. * Progress on refactor * Fix some errors * Fix style * Switch to fstrings where possible * Update tedana/io.py Co-authored-by: Taylor Salo <tsalo006@fiu.edu> * Update tedana/io.py Co-authored-by: Taylor Salo <tsalo006@fiu.edu> * Address @handwerkerd docstring review * Replace generator with io_generator Co-authored-by: Joshua Teves <jbtevespro@gmail.com> Co-authored-by: Joshua Teves <joshua.teves@nih.gov>
Closes #710 .
Changes proposed in this pull request: