You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find testing methods within the CuBIDS class difficult because they all rely so much on the actual class, which requires a lot of stuff (e.g., code directory, dataset), so it would be great to do an audit of the methods of the CuBIDS class to see what can be split out into separate functions.
The text was updated successfully, but these errors were encountered:
I completely agree, it's super cumbersome and I get nervous every time i see link numbers in the thousands. Also, the class attributes are not well-explained anywhere and it would be easier/clearer to document them as inputs to standalone functions
At minimum, I think the Datalad methods (init_datalad, datalad_save, is_datalad_clean, datalad_undo_last_commit) could be moved into their own class or separate functions.
I find testing methods within the CuBIDS class difficult because they all rely so much on the actual class, which requires a lot of stuff (e.g., code directory, dataset), so it would be great to do an audit of the methods of the CuBIDS class to see what can be split out into separate functions.
The text was updated successfully, but these errors were encountered: