Skip to content

Commit

Permalink
fix (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Zuegner <[email protected]>
  • Loading branch information
danielzuegner and Daniel Zuegner authored Feb 24, 2025
1 parent 2a31908 commit e1c3cca
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 e1c3cca

Please sign in to comment.