Skip to content

Commit

Permalink
Merge branch 'add_dandi_inspector' of https://github.com/neurodatawit…
Browse files Browse the repository at this point in the history
…houtborders/nwbinspector into add_dandi_inspector
  • Loading branch information
CodyCBakerPhD committed Sep 4, 2024
2 parents 98f68b1 + 61e5887 commit ed0679b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/using_the_library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ additionally specify this with the ``dandiset_version`` argument.
from nwbinspector import inspect_dandiset
dandiset_id = "000004"
version_id = "0.220126.1851"
dandiset_version = "0.220126.1851"
messages = list(inspect_dandiset(dandiset_id=dandiset_id, dandiset_version=dandiset_version))
Expand Down
2 changes: 1 addition & 1 deletion src/nwbinspector/testing/_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def check_streaming_tests_enabled() -> Tuple[bool, Optional[str]]:
failure_reason += "The DANDI package is not installed on the system."

have_remfile = is_module_installed("remfile")
if not have_dandi:
if not have_remfile:
failure_reason += "The `remfile` package is not installed on the system."

failure_reason = None if failure_reason == "" else failure_reason
Expand Down

0 comments on commit ed0679b

Please sign in to comment.