Skip to content

Commit e84fe87

Browse files
committed
fix CI: use model.mags2_tau attribute instead of removed method
Signed-off-by: PeaBrane <yanrpei@gmail.com>
1 parent cbbd54f commit e84fe87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/autocorrelation_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run():
2828
autocorrelation_max_lag=MAX_LAG,
2929
warmup_ratio=0.25,
3030
)
31-
tau = model.mags2_autocorrelation_time()[0]
31+
tau = model.mags2_tau[0]
3232
taus[L] = tau
3333
print(f" L={L:3d} τ_int(m²) = {tau:.3f}")
3434

0 commit comments

Comments
 (0)