Skip to content

Commit 45267e0

Browse files
committed
Minor adjustments
1 parent 30a58d8 commit 45267e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/copilot_instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- All MATLAB code is located in namespaces (folders prefixed by +) or the root directory
55
- MatNWB builds nwb type classes from schemas using generateCore/generateExtension
66
- The main user-facing code is located in the +types namespace and the root directory
7+
- Although MatNWB is MATLAB-first, a few helper utilities rely on Python. `hdf5plugin` supplies the HDF5 compression codecs needed by NWB sample files, and `nwbinspector` validates the NWB files that MatNWB produces. CI install these packages so MATLAB-driven tests can call the inspector and read plugin-backed datasets.
78

89
## Ignore
910
- do not use the namespaces folder if it exists

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ jobs:
4444
python -m pip install -r +tests/requirements.txt
4545
python -m pip list
4646
echo "HDF5_PLUGIN_PATH=$(python -c "import hdf5plugin; print(hdf5plugin.PLUGINS_PATH)")" >> "$GITHUB_ENV"
47-
echo $( python -m pip show nwbinspector | grep ^Location: | awk '{print $2}' )

0 commit comments

Comments
 (0)