Skip to content

Commit

Permalink
FeatureRegistry update -> defined with argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Jan 15, 2025
1 parent dcb50cf commit 6464c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sup3r/preprocessing/derivers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
:py:meth:`sup3r.preprocessing.derivers.Deriver.do_level_interpolation`
""" # pylint: disable=line-too-long
if FeatureRegistry is not None:
self.FEATURE_REGISTRY.update(FeatureRegistry)
self.FEATURE_REGISTRY = FeatureRegistry

super().__init__(data=data)
self.interp_kwargs = interp_kwargs
Expand Down

0 comments on commit 6464c6d

Please sign in to comment.