Skip to content

Commit 2e1ef66

Browse files
Apply suggestions from code review
Co-authored-by: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com>
1 parent 2a5898d commit 2e1ef66

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Test structure
9191
``test/test_thorough_bids_example.py``
9292
Deep validation on a more complex BIDS dataset.
9393

94-
``test/test_person.py``, ``test/test_task.py``, ``test/test_subject_age.py``, ``test/test_file_bundle.py``, ``test/test_mapping_completeness.py``
94+
``test_dataset_version.py``, ``test_example_datasets_click.py``, ``test/test_person.py``, ``test/test_task.py``, ``test/test_subject_age.py``, ``test/test_file_bundle.py``, ``test/test_mapping_completeness.py``
9595
Unit tests for individual mapping and utility functions.
9696

9797
The ``bids-examples`` submodule must be initialised before running the full test suite::

docs/source/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Dependencies
66

77
- `ancpbids` : Python tools for querying BIDS datasets.
88
- `openminds` : Python package for the openMINDS metadata models. The package contains all openMINDS schemas as Python classes in addition to schema base classes and utility methods.
9+
- `nameparser` : A simple Python module for parsing human names into their individual components.
910
- `pandas` : Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
11+
- `PyYAML` : PyYAML is a YAML parser and emitter for Python.
1012
- `click` : Used to create a command-line interface for this function.
1113
- `nameparser` : A simple Python module for parsing human names into their individual components.
1214

0 commit comments

Comments
 (0)