scenarios
Theophile Terraz 2025-10-31 09:37:56 +01:00
parent a8a408b5d5
commit c8d0d0c212
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class Rubar3(CommandLineSolver):
ind = 1 ind = 1
for mail in edge.reach.inter_profiles_rk(): for mail in edge.reach.inter_profiles_rk():
coef = get_stricklers_from_rk(mail, lst) coef = get_stricklers_from_rk(mail, lst)
if coeff is not None: if coef is not None:
f.write(f"{ind:>6} {coef:>12.5f}") f.write(f"{ind:>6} {coef:>12.5f}")
ind += 1 ind += 1