-
Notifications
You must be signed in to change notification settings - Fork 12
Fix bug in assignment of formatted LUTs for connectivity steps #278
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
base: main
Are you sure you want to change the base?
Conversation
|
You have run out of free Bugbot PR reviews for this billing cycle. This will reset on November 20. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
| atlas_configs[atlas_name]["orig_lut"] = output_mif_txt | ||
| atlas_configs[atlas_name]["mrtrix_lut"] = output_orig_txt | ||
| atlas_configs[atlas_name]["orig_lut"] = output_orig_txt | ||
| atlas_configs[atlas_name]["mrtrix_lut"] = output_mif_txt |
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 the main bit.
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.
🤦
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #278 +/- ##
=======================================
Coverage 12.88% 12.88%
=======================================
Files 56 56
Lines 7929 7929
Branches 1076 1076
=======================================
Hits 1022 1022
Misses 6875 6875
Partials 32 32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Relates to #274.
Changes proposed in this pull request