Skip to content

Commit

Permalink
Merge pull request #2651 from Julian-Ufert/main
Browse files Browse the repository at this point in the history
resolved issue #2266
  • Loading branch information
sevyharris authored Apr 17, 2024
2 parents 7519944 + 6b4be59 commit 50df700
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arkane/ess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
from arkane.ess.gaussian import GaussianLog
from arkane.ess.molpro import MolproLog
from arkane.ess.orca import OrcaLog
from arkane.ess.psi4 import Psi4Log
from arkane.ess.psi4_parser import Psi4Log
from arkane.ess.qchem import QChemLog
from arkane.ess.terachem import TeraChemLog
File renamed without changes.
4 changes: 2 additions & 2 deletions test/arkane/ess/psi4Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
###############################################################################

"""
This module contains unit tests of the :mod:`arkane.ess.psi4` module.
This module contains unit tests of the :mod:`arkane.ess.psi4_parser` module.
"""

import os
Expand All @@ -44,7 +44,7 @@
)

from arkane.exceptions import LogError
from arkane.ess.psi4 import Psi4Log
from arkane.ess.psi4_parser import Psi4Log
import pytest


Expand Down

0 comments on commit 50df700

Please sign in to comment.