Open mdeceglie opened 1 year ago
This line can raise a KeyError in cases where some of the 16 initial models do not all satisfy the condition in this line because some model combinations will not get added to bootstrap_samples_list (and subsequently all_bootstrap_samples)
bootstrap_samples_list
all_bootstrap_samples
This line can raise a KeyError in cases where some of the 16 initial models do not all satisfy the condition in this line because some model combinations will not get added to
bootstrap_samples_list
(and subsequentlyall_bootstrap_samples
)