diff --git a/bluemath_tk/core/decorators.py b/bluemath_tk/core/decorators.py index bf983b8..f302bcc 100644 --- a/bluemath_tk/core/decorators.py +++ b/bluemath_tk/core/decorators.py @@ -90,7 +90,7 @@ def wrapper( raise ValueError( "First centroid seed must be an integer >= 0 and < num of data points" ) - return func(self, data, directional_variables, custom_scale_factor) + return func(self, data, directional_variables, custom_scale_factor, first_centroid_seed) return wrapper