-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing Github Actions checks (#653)
* Update read_indexed_column.m * Fix broken test * add test-requirement
- Loading branch information
1 parent
ab53589
commit 8c728fa
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
hdf5plugin | ||
scipy | ||
git+https://github.com/NeurodataWithoutBorders/nwbinspector.git@dev | ||
git+https://github.com/NeurodataWithoutBorders/pynwb.git@dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
function data = read_indexed_column(vector_index, vector_data, row) | ||
error('NWB:read_indexed_column', ... | ||
['The utility function read_indexed_column has been reprecated. Please,' ... | ||
['The utility function read_indexed_column has been deprecated. Please,' ... | ||
' use the getRow method of DynamicTable objects instead'] ... | ||
) | ||
) |