A Python package to read/write/query/validate BIDS datasets.

1 Open Issue Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub
Data Science Neuroimaging Data Processing

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

A Python package to read/write/query/validate BIDS datasets.

Python