unfoldtoolbox / UnfoldBIDS.jl

MIT License
4 stars 2 forks source link

add continuables.jl for loading paths #71

Closed ReneSkukies closed 5 months ago

ReneSkukies commented 5 months ago

Loading the paths was a bottle neck so far, this should make file lookup much faster. Additionally, that fixes a bug during loading and makes the code much more readable

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (38f6a1b) to head (721fb69). Report is 27 commits behind head on dev.

Files Patch % Lines
src/load.jl 0.00% 31 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #71 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 4 4 Lines 217 247 +30 ===================================== - Misses 217 247 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

behinger commented 5 months ago

ready to merge !

giphy