Skip to content

Commit

Permalink
Activate nan_to_num in KKRimp parser
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Oct 31, 2023
1 parent 94ee901 commit 150ff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_kkr/parsers/kkrimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, calc):

# pylint: disable=protected-access

def parse(self, debug=False, ignore_nan=False, **kwargs): # pylint: disable=unexpected-keyword-arg
def parse(self, debug=False, ignore_nan=True, **kwargs): # pylint: disable=unexpected-keyword-arg
"""
Parse output data folder, store results in database.
Expand Down

0 comments on commit 150ff90

Please sign in to comment.