Skip to content
Snippets Groups Projects
Commit 97ed79f6 authored by Xia, Ning's avatar Xia, Ning :penguin:
Browse files

fixed typo

parent 50df3c48
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ def get_plot_data_from_dataset(
# DONE #
def cal_main_and_standard_deviation(data: np.ndarray) -> np.ndarray:
def cal_mean_and_standard_deviation(data: np.ndarray) -> np.ndarray:
"""Calculating mean and standard_deviation for raw data.
Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment