Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenD-UCB committed Sep 13, 2024
1 parent 6619fc1 commit 11ff513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/QueryMPtrj.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class UniquenessCheck:
ltol=0.3, stol=0.2, angle_tol=3, scale=False
)
self.energy_threshold = 0.03
elif len(self.uniq_struc_list) > 30:
elif len(self.uniq_struct_list) > 30:
self.matcher = StructureMatcher(
ltol=0.1, stol=0.1, angle_tol=1, scale=False
)
Expand Down

0 comments on commit 11ff513

Please sign in to comment.