Skip to content

Commit

Permalink
Update castep_outputs/parsers/castep_file_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 authored Nov 29, 2024
1 parent f961af2 commit 11152b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion castep_outputs/parsers/castep_file_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,6 @@ def parse_castep_file(castep_file_in: TextIO,
replace=True)

# Put memory estimate to top level
# TODO: Check if memory estimate can appear multiple times
if "memory_estimate" in data:
curr_run["memory_estimate"] = data.pop("memory_estimate")

Expand Down

0 comments on commit 11152b1

Please sign in to comment.