Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Zuegner committed Feb 24, 2025
1 parent 2a31908 commit 8846b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mattergen/scripts/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def main(
if structure_matcher == "disordered"
else DefaultOrderedStructureMatcher()
)
reference = None
if reference_dataset_path:
reference = LMDBGZSerializer().deserialize(reference_dataset_path)

Expand Down

0 comments on commit 8846b77

Please sign in to comment.