Skip to content

Commit

Permalink
Add default value for pcl
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaversin committed Mar 15, 2024
1 parent eca027f commit 3e9a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simcardems/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def extract_biomarkers(
return d


def get_biomarkers(results, outdir, num_models, pcl):
def get_biomarkers(results, outdir, num_models, pcl=1000):
biomarker_dict = {}
fig, ax = plt.subplots()
for PoMm in range(1, num_models + 1):
Expand Down

0 comments on commit 3e9a7f6

Please sign in to comment.