You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when making use of openmc.stats.combine_distributions the type hint indicate that probs can be a Sequence[Univariate] but the doc string only mentions openmc.stats.Discrete and openmc.stats.Tabular.
Passing in two openmc.stats.Normal does not raise any errors and returns a Mixture. However the probabilities of the Mixture are set to 1. ,1. even if the users specifies [0.3,0.8]
The text was updated successfully, but these errors were encountered:
when making use of
openmc.stats.combine_distributions
the type hint indicate thatprobs
can be aSequence[Univariate]
but the doc string only mentionsopenmc.stats.Discrete
andopenmc.stats.Tabular
.Passing in two
openmc.stats.Normal
does not raise any errors and returns a Mixture. However the probabilities of the Mixture are set to1. ,1.
even if the users specifies[0.3,0.8]
The text was updated successfully, but these errors were encountered: