Skip to content

Commit 5d82382

Browse files
h-mayorquinzm711
andauthored
Update src/spikeinterface/preprocessing/scale.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent aadcddb commit 5d82382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/spikeinterface/preprocessing

src/spikeinterface/preprocessing/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, recording):
6464
self.set_channel_offsets(offsets=0.0)
6565

6666

67-
scale_to_physical_units = define_function_handling_dict_from_class(ScaleToPhysicalUnits)
67+
scale_to_physical_units = define_function_handling_dict_from_class(ScaleToPhysicalUnits, "scale_to_physical_units")
6868

6969

7070
def scale_to_uV(recording: BasePreprocessor) -> BasePreprocessor:

0 commit comments

Comments
 (0)