Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngergihun authored and markotoplak committed Sep 24, 2024
1 parent bc36381 commit 8f87074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pySNOM/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def transform(self, data):

class SimpleNormalize(Transformation):

def __init__(self, method='median', value=1, datatype=DataTypes.Phase):
def __init__(self, method='median', value=1.0, datatype=DataTypes.Phase):
self.method = method
self.value = value
self.datatype = datatype
Expand Down

0 comments on commit 8f87074

Please sign in to comment.