Skip to content

Commit

Permalink
Update calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Aug 24, 2024
1 parent 0cd8e28 commit 2b3a9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomistics/calculators/lammps/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def evaluate_with_lammps(
logger=None,
log_file=None,
library=None,
diable_log_file: bool = True,
disable_log_file: bool = True,
lmp_optimizer_kwargs={},
) -> dict:
lmp = LammpsASELibrary(
Expand All @@ -487,7 +487,7 @@ def evaluate_with_lammps(
logger=logger,
log_file=log_file,
library=library,
diable_log_file=diable_log_file,
disable_log_file=disable_log_file,
)
results_dict = evaluate_with_lammps_library(
task_dict=task_dict,
Expand Down

0 comments on commit 2b3a9ec

Please sign in to comment.