Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulflang authored May 3, 2023
1 parent fafd977 commit 16dfe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/v4.0.0/results_20230414/plot_sacess_400_manu.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Options
exp = '../Stallaert_CellSystems2021_Data_2rounds.tsv'
opt = 'optimisation.tsv'
con = 'convergence_v4.0.0.csv' # concatenating the sheets PEtab_PL_v4_0_0_comm_Nov14_it1 + PEtab_PL_v4_0_0_comm_Nov14_it2 + PL_v4_0_0_commit_Jan10_2022_it1
con = 'convergence_v4.0.0.csv'
image_file = 'v4.0.0_manu' # 'corr_n300_std0.8_vars9.png'
df_exp = pd.read_csv(exp, sep='\t').pivot(index='time', columns='observableId', values='measurement').iloc[::10, :]
df_opt = pd.read_csv(opt, sep='\t').pivot(index='time', columns='observableId', values='measurement')
Expand Down

0 comments on commit 16dfe28

Please sign in to comment.