Skip to content

Commit

Permalink
Merge 03372b1 into ce2fb4e
Browse files Browse the repository at this point in the history
  • Loading branch information
samblau committed May 3, 2021
2 parents ce2fb4e + 03372b1 commit 8978ce2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3,227 deletions.
2 changes: 1 addition & 1 deletion pymatgen/io/qchem/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, filename: str):
self.data["errors"] = []
self.data["warnings"] = {}
self.text = ""
with zopen(filename, encoding="ISO-8859-1") as f:
with zopen(filename, mode="rt", encoding="ISO-8859-1") as f:
self.text = f.read()

# Check if output file contains multiple output files. If so, print an error message and exit
Expand Down
2 changes: 1 addition & 1 deletion pymatgen/io/qchem/tests/single_job.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pymatgen/io/qchem/tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"new_qchem_files/VC_solv_eps10.2.qcout",
"crazy_scf_values.qcout",
"new_qchem_files/N2.qcout",
"new_qchem_files/julian.qcout",
"new_qchem_files/julian.qcout.gz",
"new_qchem_files/Frequency_no_equal.qout",
"new_qchem_files/gdm.qout",
"new_qchem_files/DinfH.qout",
Expand Down

0 comments on commit 8978ce2

Please sign in to comment.