There was an error while loading. Please reload this page.
2 parents 7a970d0 + 353add6 commit abf74a1Copy full SHA for abf74a1
1 file changed
optimizers/spectral_rg_flow_projector/rg_spectral_flow/config.py
@@ -40,7 +40,7 @@ def validate(self) -> None:
40
"max_abs_log_eigenvalue_correction must be non-negative or None."
41
)
42
if self.max_correction_ratio is not None and self.max_correction_ratio < 0.0:
43
- raise ValueError(bmax_correction_ratio must be non-negative or None.")
+ raise ValueError("max_correction_ratio must be non-negative or None.")
44
if int(self.min_retained) < 2:
45
raise ValueError("min_retained must be at least two.")
46
if int(self.apply_every_steps) < 1:
0 commit comments