We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cd639 commit 01c9e14Copy full SHA for 01c9e14
src/gstools/transform/field.py
@@ -585,7 +585,10 @@ def normal_to_uniform(
585
if not process:
586
_check_for_default_normal(fld)
587
kw = dict(
588
- mean=0.0 if process and not keep_mean else fld.mean, var=fld.model.sill
+ mean=0.0 if process and not keep_mean else fld.mean,
589
+ var=fld.model.sill,
590
+ low=low,
591
+ high=high,
592
)
593
return apply_function(
594
fld=fld,
0 commit comments