-
Notifications
You must be signed in to change notification settings - Fork 0
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
037 implement eeli wbaccinelli #42
Conversation
…IT-ALIVE/EIT-dashboard into 037_implement_eeli_wbaccinelli
…IT-ALIVE/EIT-dashboard into 037_implement_eeli_wbaccinelli
@@ -24,7 +24,7 @@ repository = "[email protected]:EIT-ALIVE/eit_dash" | |||
python = ">=3.10,<3.13" | |||
dash = { extras = ["testing"], version = "^2.11.1" } | |||
dash-bootstrap-components = "^1.4.1" | |||
eitprocessing = { git = "https://github.com/EIT-ALIVE/eitprocessing" } | |||
eitprocessing = { git = "https://github.com/EIT-ALIVE/eitprocessing", rev = "186_parameter_eeli_psomhorst" } |
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.
How confident are we that this branch remains stable?
I got an error when switching from a lowpass to a bandstop filter in the dropdown menu. If it's just that filter that's not working, maybe remove it for now? It doesn't stop me from proceeding though.
|
PRE-PROCESSING page
ANALYZE page
Error message (when entering ANALYZE):
|
fixed here |
Yes, this is on purpose and it filters all the periods. Only one type of filter can be applied at the moment and if a new filter is applied, it will override the previous results. I used "Data filtered", because the result is that the data have been filtered with the parameters reported, but I don't mind changing it,
Did you get this after applying the filter? This makes me think that I have to disable the option if no filtered data are available, or I need to use the raw data if the filtered data are not there. |
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 job!
I added 2 minor comments about the user manual. Also I noticed a typo that I made in that document at line 44, where Click is spelled with a capital and shouldn't be. Could you fix that here as well, please.
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.
Maybe add a note at the very top asking people to open issues if they encounter anything?
Co-authored-by: Dani Bodor <[email protected]>
…IT-ALIVE/EIT-dashboard into 037_implement_eeli_wbaccinelli
Implemented EELI
Fixes: #37