-
Notifications
You must be signed in to change notification settings - Fork 0
SR1.1.1 Add support for showing daily standard deviation on inflammation data #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
AlrauneZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great adaptions. Thanks!
Just a few minor issues spotted and outlined in the comments below.
inflammation/models.py
Outdated
| return np.min(data, axis=0) | ||
|
|
||
|
|
||
| def s_dev(data): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name of the function is not very telling. Suggestion to rename it e.g. "standard_deviation()"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changet it
SR1.1.1 Add support for showing daily standard deviation on inflammation data