Skip to content

Commit

Permalink
remove _min_max_scaler
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgitonga authored Oct 16, 2023
1 parent b0bd138 commit 7b13d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecoscope/analysis/seasons.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def std_ndvi_vals(
}
).dropna(axis=0)

df["NDVI"] = _min_max_scaler(ndvi_vals["NDVI"])
# df["NDVI"] = _min_max_scaler(ndvi_vals["NDVI"])
return df


Expand Down

0 comments on commit 7b13d5a

Please sign in to comment.