unfoldtoolbox / UnfoldBIDS.jl

MIT License
4 stars 2 forks source link

loading with paths #46

Closed behinger closed 3 months ago

behinger commented 1 year ago

I got lots of errors with loading in more complex environments

E.g. it tries to read empty folders, ".git" folders, it throws errors if a file has no extension either :S


there is also quite some code doubling, I dont want to get too knee deep in there, but once the code doubling is addressed, this becomes easier to debug?

behinger commented 1 year ago

ah sorry - ok, I understand now what happened. I had to put the ".git" in the excludeFolder; maybe a good idea to exclude all secret ".secret" folders by defaul?

ReneSkukies commented 1 year ago

Yes, we should think about this. Becomes quite the conditional statement already though...

ReneSkukies commented 1 year ago

I can have a look at how BIDS.jl used to do it and revise a bit

ReneSkukies commented 5 months ago

Fixedw with continuables