Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Calorimetry_Laboratory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ramirez Saldana, Santiago
Calorimetry_Laboratory
Commits
c71b12d6
Commit
c71b12d6
authored
1 year ago
by
Xia, Ning
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
354caac6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
functions/utility.py
+3
-3
3 additions, 3 deletions
functions/utility.py
with
3 additions
and
3 deletions
functions/utility.py
+
3
−
3
View file @
c71b12d6
...
...
@@ -96,8 +96,8 @@ def cal_mean_and_standard_deviation(data: np.ndarray) -> np.ndarray:
# DONE #
def
get_start_end_temprature
(
temprature_data
:
np
.
ndarray
,
threshold
:
float
def
get_start_end_temp
e
rature
(
temp
e
rature_data
:
np
.
ndarray
,
threshold
:
float
)
->
Tuple
[
float
,
float
]:
"""
Calculates the average high and low temperatures from a dataset.
...
...
@@ -116,7 +116,7 @@ def get_start_end_temprature(
"""
# TODO: Complete the function.
# Hint: thetemprature_data should contain the raw data of the sensors.
# Hint: the
temp
e
rature_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
# all the code you need to refine. If you already know how to implement the program
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment