Skip to content

Commit

Permalink
Use reverse_check_norm argument
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Aug 8, 2023
1 parent a635559 commit ee5925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mici/integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def __init__(
"""
super().__init__(system, step_size)
self.reverse_check_tol = reverse_check_tol
self.reverse_check_norm = maximum_norm
self.reverse_check_norm = reverse_check_norm
self.fixed_point_solver = fixed_point_solver
if fixed_point_solver_kwargs is None:
fixed_point_solver_kwargs = {}
Expand Down

0 comments on commit ee5925e

Please sign in to comment.