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
Expected behavior
There is no error. However, I can't wrap my head around why an identical call to generate_samples and sampler.generator.generate_samples results in different shapes!
Desktop (please complete the following information):
OS: CentOS 7.9
Python version: 3.8.8
Chaospy version: 4.3.13
Additional context
See #420 (comment) for the pip freeze output on my system
The text was updated successfully, but these errors were encountered:
Describe the bug
There are two ways to call the
generate_samples
function:generate_samples
with afrom chaospy.distributions.sampler.generator import generate_samples
import.sampler.generator.generate_samples
with afrom chaospy.distributions import sampler
import.As you can see below, these two methods yield different output shapes on the same set of input arguments.
To Reproduce
Expected behavior
There is no error. However, I can't wrap my head around why an identical call to
generate_samples
andsampler.generator.generate_samples
results in different shapes!Desktop (please complete the following information):
Additional context
See #420 (comment) for the
pip freeze
output on my systemThe text was updated successfully, but these errors were encountered: