Skip to content

Commit

Permalink
use correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gareth-d-ga committed Nov 12, 2021
1 parent c963353 commit 855af2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ exrate_and_var_stratified_importance = ptha18$analytical_Monte_Carlo_exrate_unce
event_Mw, event_rates,
event_peak_stage_ref,
stage_threshold=stage_threshold_example,
samples_per_Mw=samples_per_Mw_stratified,
samples_per_Mw=samples_per_Mw_stratified_importance,
event_importance_weighted_sampling_probs = (event_rates * event_importance) # Importance sampling
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ exrate_and_var_stratified_importance = ptha18$analytical_Monte_Carlo_exrate_unce
event_Mw, event_rates,
event_peak_stage_ref,
stage_threshold=stage_threshold_example,
samples_per_Mw=samples_per_Mw_stratified,
samples_per_Mw=samples_per_Mw_stratified_importance,
event_importance_weighted_sampling_probs = (event_rates * event_importance) # Importance sampling
)

Expand Down

0 comments on commit 855af2c

Please sign in to comment.