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

updated template

parent 93995677
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ def plot_temp_over_time(
`is_save` is True. Defaults to "image.svg".
"""
# TODO:
# TODO: Complete the function.
# This line of code throws an exception. This is just to make sure you can see
# all the code you need to refine. If you already know how to implement the program
# or have done so, then you can safely delete the three lines of code below, as well
......@@ -60,7 +60,7 @@ def get_plot_data_from_dataset(
tuple[np.ndarray, np.ndarray, np.ndarray]: Data for plot in a tuple (temperature, time step, label of data).
"""
# TODO:
# TODO: Complete the function.
# This line of code throws an exception. This is just to make sure you can see
# all the code you need to refine. If you already know how to implement the program
# or have done so, then you can safely delete the three lines of code below, as well
......@@ -83,7 +83,7 @@ def cal_main_and_standard_deviation(data: np.ndarray) -> np.ndarray:
np.ndarray: raw data with uncertainty in a 2D ndarray with shape (2, n).
"""
# TODO:
# TODO: Complete the function.
# This line of code throws an exception. This is just to make sure you can see
# all the code you need to refine. If you already know how to implement the program
# or have done so, then you can safely delete the three lines of code below, as well
......@@ -114,7 +114,7 @@ def get_start_end_temprature(
temperature second.
"""
# TODO:
# TODO: Complete the function.
# Hint: thetemprature_data should contain the raw data of the sensors.
# numpy.ndarray.flatten() function may be useful for multidimensionale arrays.
# This line of code throws an exception. This is just to make sure you can see
......
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