Skip to content
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

simplify_analysis-II #351

Merged
merged 4 commits into from
Nov 8, 2024
Merged

simplify_analysis-II #351

merged 4 commits into from
Nov 8, 2024

Conversation

mschwoer
Copy link
Contributor

@mschwoer mschwoer commented Oct 18, 2024

simplify option loading for analysis page

Copy link
Collaborator

@boopthesnoot boopthesnoot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good decluttering effort!

@@ -1,12 +1,12 @@
import streamlit as st
from gui.utils.options import get_plotting_options, get_statistic_options
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get that we wanted to declutter the session state. How expensive is it to run these functions? Maybe we can at least restrict that to once per page reload, or cache the result.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they will be removed in a later PR

Copy link
Collaborator

@JuliaS92 JuliaS92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we wanted to prioritize function over performance now, my one comment is mostly for future consideration.

Base automatically changed from liniting_rule_E to development November 8, 2024 16:32
@mschwoer mschwoer merged commit 0b26018 into development Nov 8, 2024
4 of 5 checks passed
@mschwoer mschwoer deleted the simplify_analysis-II branch November 8, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants