Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Zuegner committed Feb 20, 2025
1 parent ae65c15 commit 4f15b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mattergen/common/utils/eval_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def load_structures(input_path: Path) -> Sequence[Structure]:

def extract_structures_from_folder(dirname: str) -> Sequence[Structure]:
structures = []
breakpoint()
for filename in os.listdir(dirname):
if filename.endswith(".cif"):
try:
Expand Down

0 comments on commit 4f15b7d

Please sign in to comment.