Open Issues Need Help
View All on GitHub  Data Science  •  Neuroimaging Data Processing  
    Allow pathlib objects as dataset paths  3 months ago 
 AI Summary: The task is to modify the `ancpbids` Python package's `load_dataset()` function to accept `pathlib.Path` objects as input for the dataset path, in addition to strings. Currently, using a `Path` object results in an `AttributeError` because the internal path handling expects strings. The solution involves adapting the function to correctly handle `Path` objects and their attributes.
 
Complexity:
  3/5
 
   good first issue