Skip to content

Commit c13a44f

Browse files
committed
uniform: forward low/high
1 parent f5afb77 commit c13a44f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/gstools/transform/field.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,10 @@ def normal_to_uniform(
585585
if not process:
586586
_check_for_default_normal(fld)
587587
kw = dict(
588-
mean=0.0 if process and not keep_mean else fld.mean, var=fld.model.sill
588+
mean=0.0 if process and not keep_mean else fld.mean,
589+
var=fld.model.sill,
590+
low=low,
591+
high=high,
589592
)
590593
return apply_function(
591594
fld=fld,

0 commit comments

Comments
 (0)