Skip to content

Commit

Permalink
remove nans for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Jun 5, 2024
1 parent 2b43729 commit 4c4405d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions janus_core/calculations/single_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def _remove_invalid_props(
)
if prop in results:
del struct.info[f"{self.architecture}_{prop}"]
del struct.calc.results[prop]
del results[prop]

def _clean_results(
Expand Down

0 comments on commit 4c4405d

Please sign in to comment.