mschlutow
mschlutow
Something's not quite right. The shape of the histogram is not Gaussian and its variance not unity. Becomes even more crooked when more modes are added. ``` import numpy as...
Thanks for the quick reply. I am afraid that it is not only the length scale that leads to uneven distribution.  ``` model = gs.Gaussian(dim=2, var=1.0, len_scale=200.0)...
`GSTools/examples/00_misc/06_fourier.py` throws error ```Reloaded modules: gstools.config, gstools.tools.export, gstools.tools.geometric, gstools.tools.special, gstools.tools, gstools.tools.misc, gstools.covmodel.plot, gstools.covmodel.tools, gstools.covmodel.fit, gstools.covmodel.base, gstools.covmodel.models, gstools.covmodel.tpl_models, gstools.covmodel, gstools.normalizer.base, gstools.normalizer.methods, gstools.normalizer.tools, gstools.normalizer, gstools.field.tools, gstools.transform.array, gstools.transform.field, gstools.transform, gstools.field.base, gstools.random.tools, gstools.random.rng, gstools.random,...