Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
smellycloud committed Oct 29, 2024
1 parent 104c690 commit 2e822a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common_utils/ensemble_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _initialize_scripts(self) -> None:
]


if __name__ == "__main__":
ensemble_path = EnsemblePath("white_mustang", validate=True)
print(ensemble_path.get_directories())
del ensemble_path
# if __name__ == "__main__":
# ensemble_path = EnsemblePath("white_mustang", validate=True)
# print(ensemble_path.get_directories())
# del ensemble_path

0 comments on commit 2e822a8

Please sign in to comment.