-
Notifications
You must be signed in to change notification settings - Fork 15
[FIX] remove extra submodules and properly compute run level contrasts #418
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
Conversation
|
This should also fix the fact that all tests were failing on Required to update the bids-matlad and cpp_roi submodule and to a lot of tinckering. |
Codecov Report
@@ Coverage Diff @@
## main #418 +/- ##
==========================================
+ Coverage 59.69% 60.60% +0.90%
==========================================
Files 120 120
Lines 1965 2000 +35
==========================================
+ Hits 1173 1212 +39
+ Misses 792 788 -4
Continue to review full report at Codecov.
|
|
The tests seem to pass so you can go ahead and test that branch. Mind you that you will have to update the bids-matlab and cpp_roi submodule if git kraken does not do it for you. |
|
it works in gitkraken without any issues! I reviewed the changes for run level as well. now I'll run it on my local. |
|
@Remi-Gau I see there's a variable change from "type" to "suffix". I got error for that. it cannot find "suffix". I cannot find it either, can you give me some pointers?
|
|
ok a bit further check also showed that |
arf... I must have overlooked some additional things to fix. In brief, when updating the bids-matlab version in use, it means that we now have to update some of the code. The old version of bids matlab would use the term 'type' to refer to what in the BIDS world is a 'suffix' (the Am suprised that the system test did not crash because of that, but once again that highlights the need to have full code coverage in the test suite... #BrokenRecord Updating things now. Will run the full demos to make sure things are OK. |
That too is a bids-matlab issue: the report function is now broken and I must fix it. So temporarily comment it out. Will add a warning in our function in case people try to run it. |
|
@CerenB Things should be fixed now. |
|
Wooop! calculating contrasts works on run level! |
|
Awesome !! Let's merge this baby |
fixes #415
fixes #416