Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
yyplanton committed Aug 16, 2024
1 parent ced7d57 commit b085ca4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,15 @@
# confidence interval of the uncertainty: float [0, 100]
# "uncertainty_confidence_interval": 95,
# maximum number of combinations used if uncertainty_theory is True and smile_size > sample_size: int [10, 1e10]
# "uncertainty_combinations": 5000,
# "uncertainty_combinations": 10000,
# number of resamples used for the bootstrap if uncertainty_theory is False: int [10, 1e10]
# "uncertainty_resamples": 1000000,
# if you changed any default parameter, you should create your own axis ticks for the figure or pass an empty
# dictionary (i.e., fig_ticks = {}). To create your own axis ticks, the general structure is:
# fig_ticks = {"x_axis": {"diagnostic_1": []}, "y_axis": {"diagnostic_1": []}}
# "fig_ticks": {},
# something added to figure name to make it different from the standard name: str
# "fig_name_add": "_hf_fbk",
"fig_format": "png",
# "fig_name_add": "",
}

if __name__ == '__main__':
Expand Down

0 comments on commit b085ca4

Please sign in to comment.