poldracklab / fitlins

Fit Linear Models to BIDS Datasets
https://fitlins.readthedocs.io
Apache License 2.0
73 stars 30 forks source link

[WIP,ENH] Add FSL first level estimator #365

Open jdkent opened 2 years ago

jdkent commented 2 years ago

Add the first level FSL estimator

TODO:

codecov-commenter commented 2 years ago

Codecov Report

Merging #365 (8c97b23) into dev (c65b7d2) will decrease coverage by 59.83%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev    #365       +/-   ##
==========================================
- Coverage   64.42%   4.59%   -59.84%     
==========================================
  Files          23      24        +1     
  Lines        1816    1871       +55     
  Branches      343     340        -3     
==========================================
- Hits         1170      86     -1084     
- Misses        564    1785     +1221     
+ Partials       82       0       -82     
Impacted Files Coverage Δ
fitlins/cli/run.py 0.00% <ø> (ø)
fitlins/interfaces/fsl.py 0.00% <0.00%> (ø)
fitlins/workflows/base.py 0.00% <0.00%> (-59.14%) :arrow_down:
fitlins/utils/config.py 0.00% <0.00%> (-100.00%) :arrow_down:
fitlins/utils/strings.py 0.00% <0.00%> (-100.00%) :arrow_down:
fitlins/utils/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
fitlins/workflows/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
fitlins/interfaces/abstract.py 0.00% <0.00%> (-100.00%) :arrow_down:
fitlins/interfaces/afni.py 0.00% <0.00%> (-86.72%) :arrow_down:
fitlins/interfaces/utils.py 0.00% <0.00%> (-83.08%) :arrow_down:
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c65b7d2...8c97b23. Read the comment docs.