Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670241856
  • Loading branch information
jcitrin authored and Torax team committed Sep 2, 2024
1 parent 5047477 commit dbde9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torax/stepper/nonlinear_theta_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def _x_new_helper(
# disable error checking in residual, since Newton-Raphson routine has
# error checking based on result of each linear step

# Unpack the outputs of the optimizer_solve_block.
# Unpack the outputs of the newton_raphson_solve_block.
x_new, stepper_numeric_outputs, (core_sources, core_transport) = (
newton_raphson_solve_block.newton_raphson_solve_block(
dt=dt,
Expand Down

0 comments on commit dbde9b4

Please sign in to comment.