Skip to content

Commit

Permalink
f autotst ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jan 8, 2025
1 parent 01f3727 commit 5a46e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arc/job/adapters/ts/autotst_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from arc.job.adapters.common import _initialize_adapter
from arc.job.factory import register_job_adapter
from arc.plotter import save_geo
from arc.reaction import ARCReaction
from arc.species.converter import xyz_from_data
from arc.species.species import ARCSpecies, TSGuess, colliding_atoms

Expand All @@ -31,7 +32,6 @@

if TYPE_CHECKING:
from arc.level import Level
from arc.reaction import ARCReaction


AUTOTST_PYTHON = settings['AUTOTST_PYTHON']
Expand Down Expand Up @@ -116,7 +116,7 @@ def __init__(self,
level: Optional['Level'] = None,
max_job_time: Optional[float] = None,
run_multi_species: bool = False,
reactions: Optional[List['ARCReaction']] = None,
reactions: Optional[List[ARCReaction]] = None,
rotor_index: Optional[int] = None,
server: Optional[str] = None,
server_nodes: Optional[list] = None,
Expand Down

0 comments on commit 5a46e58

Please sign in to comment.