Skip to content

Commit

Permalink
fix typing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed May 4, 2024
1 parent 5eafd44 commit 9602477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Note that the defaults match DFDC with the exception of the relaxation schedule,
@kwdef struct CSORSolverOptions{TB,TC<:ConvergenceType,TF,TI,TS} <: SolverOptionsType
# Defaults are DFDC hard-coded values
verbose::TB = false
iteration_limit::TF = 1000
iteration_limit::TI = 1000
nrf::TF = 0.4
bt1::TF = 0.2
bt2::TF = 0.6
Expand Down

0 comments on commit 9602477

Please sign in to comment.