Skip to content

Commit 0c37c9d

Browse files
committed
added another warning filter
1 parent 7046a85 commit 0c37c9d

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
@@ -343,6 +343,7 @@ def inspect_nwb(
343343
)
344344
nwbfile_path = str(nwbfile_path)
345345
filterwarnings(action="ignore", message="No cached namespaces found in .*")
346+
filterwarnings(action="ignore", message="Ignoring cached namespace .*")
346347
with pynwb.NWBHDF5IO(path=nwbfile_path, mode="r", load_namespaces=True, driver=driver) as io:
347348
if skip_validate:
348349
validation_errors = pynwb.validate(io=io)

0 commit comments

Comments
 (0)