-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use HDMF 1.5.4 * Rename mixin classes to not start with Test* (#1153) * Rename mixin classes to not start with Test* * flake8 fix * Use hdmf 1.5.4 * Use hdmf 1.5.4 * Add version to NWBNamespaceBuilder tests * Add version to NWBNamespaceBuilder in extensions tutorial * Add version 1.1.2 files for backwards compatibility tests
- Loading branch information
Showing
20 changed files
with
69 additions
and
72 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
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,6 +1,6 @@ | ||
# these minimum requirements specify '==' for testing; setup.py replaces '==' with '>=' | ||
h5py==2.9 # support for setting attrs to lists of utf-8 added in 2.9 | ||
hdmf==1.5.3,<2 | ||
hdmf==1.5.4,<2 | ||
numpy==1.16 | ||
pandas==0.23 | ||
python-dateutil==2.7 |
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 @@ | ||
h5py==2.10.0 | ||
hdmf==1.5.3 | ||
hdmf==1.5.4 | ||
numpy==1.18.1 | ||
pandas==0.25.3 | ||
python-dateutil==2.8.0 |
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 @@ | ||
from hdmf.testing import TestCase, TestH5RoundTripMixin | ||
from .testh5io import TestNWBH5IOMixin, TestAcquisitionH5IOMixin | ||
from hdmf.testing import TestCase, H5RoundTripMixin | ||
from .testh5io import NWBH5IOMixin, AcquisitionH5IOMixin | ||
from .utils import remove_test_file | ||
|
||
CORE_NAMESPACE = 'core' |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
Oops, something went wrong.