Skip to content

Commit 97be5bb

Browse files
committed
update calibration script
1 parent 065f414 commit 97be5bb

File tree

1 file changed

+1
-10
lines changed
  • Benchmark-Models/Fiedler_BMCSystBiol2016/reformulated/opt

1 file changed

+1
-10
lines changed

Benchmark-Models/Fiedler_BMCSystBiol2016/reformulated/opt/calibrate.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
result=result,
3939
pypesto_problem=pypesto_problem,
4040
return_dict=False,
41-
start_index=n,
41+
start_index=0,
4242
unflattened_petab_problem=petab_problem,
4343
)
4444
plt.savefig("fit.png")
@@ -57,12 +57,3 @@
5757
)
5858
plt.savefig(FITS_PATH / f"fit_{str(n).rjust(2, '0')}.png")
5959
plt.close()
60-
61-
62-
vis.parameters(
63-
result,
64-
legends="optimizer",
65-
start_indices=[0, 1, 2, 3],
66-
)
67-
plt.savefig('parameters.png')
68-
plt.close()

0 commit comments

Comments
 (0)