[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2bffbb6e43
commit
e4c1f2a76f
|
@ -74,8 +74,6 @@ PRECISION = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def normalize(x, min_val, max_val):
|
def normalize(x, min_val, max_val):
|
||||||
return (x - min_val) / (max_val - min_val)
|
return (x - min_val) / (max_val - min_val)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue