-
Notifications
You must be signed in to change notification settings - Fork 125
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
bids_ME heuristic: add test for the dataset that raised #541, add support for MEGRE #547
Conversation
|
In `test_ME_mag_phase_conversion`
Yes, please, @yarikoptic; add MEGRE to datalad. Then I will correct the tests. |
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
==========================================
+ Coverage 81.21% 81.24% +0.03%
==========================================
Files 41 41
Lines 3784 3813 +29
==========================================
+ Hits 3073 3098 +25
- Misses 711 715 +4
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.
test seems in need of fixing. To expedite, I will accept one of my changes, feel free to revert (well - just push --force
your previous state) -- I just want to see quickly if may be it would resolve so I could accept
for s in seqinfo: | ||
if '_ME_' in s.series_description: | ||
info[bold].append(s.series_id) | ||
if 'GRE_QSM' in s.series_description: | ||
if s.image_type[2] == 'M': |
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.
note: this code block is not covered by tests... what data was supposed to have it covered?
try: | ||
datadir = fetch_data(tmppath, "dicoms/velasco/{subID}") | ||
except IncompleteResultsError as exc: | ||
pytest.skip("Failed to fetch test data: %s" % str(exc)) |
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.
note -- this line is "covered" which means that the test just skipped... I think I might see the reason
coolio, thank you @pvelasco ! |
🚀 PR was released in |
No description provided.