Skip to content

Commit 06ed1f6

Browse files
authored
Merge branch 'dev' into legacy_data_type_inc
2 parents e6d4dc6 + fa6a214 commit 06ed1f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixed
66
- Fixed incorrect warning for path not ending in `.nwb` when no path argument was provided. @t-b [#2130](https://github.com/NeurodataWithoutBorders/pynwb/pull/2130)
77
- Fixed issue with setting `neurodata_type_inc` when reading NWB files with cached schema versions less than 2.2.0. @rly [#2135](https://github.com/NeurodataWithoutBorders/pynwb/pull/2135)
8+
- Fixed import structure test. @rly [#2136](https://github.com/NeurodataWithoutBorders/pynwb/pull/2136)
89

910
### Documentation and tutorial enhancements
1011
- Change UI of assistant to be an accordion that is always visible. [#2124](https://github.com/NeurodataWithoutBorders/pynwb/pull/2124)

tests/back_compat/test_import_structure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def test_outer_import_structure(self):
7373
"register_class",
7474
"register_map",
7575
"spec",
76-
"testing",
7776
"validate",
7877
]
7978
for member in expected_structure:

0 commit comments

Comments
 (0)