Skip to content

Commit

Permalink
Remove leftover print.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jan 28, 2025
1 parent fe99ce8 commit 26282cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiida_cp2k/workchains/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def restart_incomplete_calculation(self, calc):

if calc.exit_code == Cp2kCalculation.exit_codes.ERROR_MAXIMUM_NUMBER_OPTIMIZATION_STEPS_REACHED:
# If the maximum number of optimization steps is reached, we increase the number of steps by 40%.
print(type(params))
params = utils.increase_geo_opt_max_iter_by_factor(params, 1.4)

self.ctx.inputs.parameters = params # params (new or old ones) that include the necessary restart information.
Expand Down

0 comments on commit 26282cc

Please sign in to comment.