Skip to content

Commit

Permalink
Fix: Don't include nan values when accessing potential
Browse files Browse the repository at this point in the history
  • Loading branch information
avcopan committed Jun 13, 2024
1 parent bac0dc7 commit bf98c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automol/data/potent.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def dict_(
key: str = "energy",
index: bool = False,
zero_start_coord: bool = False,
drop_null: bool = False,
drop_null: bool = True,
) -> Dict[tuple, float]:
"""Convert a potential to a dictionary
Expand Down

0 comments on commit bf98c8c

Please sign in to comment.