Skip to content

Commit 63b2d85

Browse files
Merge pull request #145 from NeurodataWithoutBorders/include_more_warning_filters
Added another warning filter
2 parents abc9a11 + 319dce9 commit 63b2d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nwbinspector/nwbinspector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def inspect_nwb(
348348
)
349349
nwbfile_path = str(nwbfile_path)
350350
filterwarnings(action="ignore", message="No cached namespaces found in .*")
351+
filterwarnings(action="ignore", message="Ignoring cached namespace .*")
351352
with pynwb.NWBHDF5IO(path=nwbfile_path, mode="r", load_namespaces=True, driver=driver) as io:
352353
if skip_validate:
353354
validation_errors = pynwb.validate(io=io)

0 commit comments

Comments
 (0)