This PR makes bids2table fetch BIDS entity definitions and BIDS datatypes from the official BIDS schema.
This will ensure bids2table is always up-to-date and does not need to be changed when the schema changes.
Custom schema definitions can be injected via bids2table.entities.set_bids_schema_path(...).
This PR makes bids2table fetch BIDS entity definitions and BIDS datatypes from the official BIDS schema. This will ensure bids2table is always up-to-date and does not need to be changed when the schema changes.
Custom schema definitions can be injected via
bids2table.entities.set_bids_schema_path(...)
.See also https://github.com/ohbm/hackathon2024/issues/22
@effigies
~Note:
run
(incorrectly) was an integer before - hence certain changes in the tests.~