Skip to content

Commit

Permalink
improve trajectory type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ehermes committed Jun 15, 2023
1 parent 56b974e commit 44e97c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sella/optimize/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(
atoms: Atoms,
restart: bool = None,
logfile: str = '-',
trajectory: str = None,
trajectory: Union[str, Trajectory] = None,
master: bool = None,
force_consistent: bool = False,
delta0: float = None,
Expand Down

0 comments on commit 44e97c2

Please sign in to comment.