We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4256312 commit 17fd8caCopy full SHA for 17fd8ca
src/optimization_functions.jl
@@ -712,7 +712,7 @@ function train_OrderModel!(mws::AdamWorkspace; ignore_regularization::Bool=false
712
713
# optionally shift the score means to be near 0
714
# KM: ignore this setting if telluric priors are used
715
- if shift_scores && !om.metadata[:tel_prior]
+ if shift_scores && !mws.om.metadata[:tel_prior]
716
if !(typeof(mws) <: FrozenTelWorkspace)
717
remove_lm_score_means!(mws.om.tel.lm; prop=0.2)
718
end
0 commit comments