Skip to content

Commit

Permalink
no longer need metadata as we use brainglobe
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean committed Aug 21, 2024
1 parent 45d9d8d commit 2ba13ed
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 62 deletions.
1 change: 0 additions & 1 deletion PyNutil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def __init__(
label_path=None,
settings_file=None,
) -> None:
self.config, self.metadata_path = metadata_loader.load_config()
if settings_file is not None:
with open(settings_file, "r") as f:
settings = json.load(f)
Expand Down
28 changes: 0 additions & 28 deletions PyNutil/metadata/config.json

This file was deleted.

19 changes: 0 additions & 19 deletions PyNutil/metadata/metadata_loader.py

This file was deleted.

Loading

0 comments on commit 2ba13ed

Please sign in to comment.