Skip to content

Commit

Permalink
Cleanup that should have been done as part of 035e64e
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 3, 2024
1 parent 8853830 commit a011586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions code/src/healthstatus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

MATNWB_INSTALL_DIR = Path("matnwb") # in current working directory

MATNWB_SAVEDIR = "/mnt/fast/dandi/dandisets-healthstatus"

PACKAGES_TO_VERSION = ["pynwb", "hdmf"]

PYNWB_OPEN_LOAD_NS_SCRIPT = anyio.Path(__file__).with_name("pynwb_open_load_ns.py")
Expand Down
2 changes: 1 addition & 1 deletion code/src/healthstatus/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def matnwb_nwbRead(asset: Asset) -> TestResult:
"-batch",
f"nwb = nwbRead({str(asset.filepath)!r})",
],
env={"MATLABPATH": f"{MATNWB_INSTALL_DIR}"},
env={"MATLABPATH": str(MATNWB_INSTALL_DIR)},
)


Expand Down

0 comments on commit a011586

Please sign in to comment.