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-III #352

Merged
merged 6 commits into from
Nov 8, 2024
Merged

simplify_analysis-III #352

merged 6 commits into from
Nov 8, 2024

Conversation

mschwoer
Copy link
Contributor

@mschwoer mschwoer commented Oct 18, 2024

simplifies the Analysis and Results page.

Note that I also changed the behaviour: plots are only saved to the "results" page on request.


else:
st.info("Import Data first")
# TODO do we want to save statistical analysis to results page as well?
Copy link
Collaborator

Choose a reason for hiding this comment

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

The answer was yes. Resolve and merge if this was implemented in the meantime.

if "settings" in list(method_dict.keys()):
settings_dict = method_dict.get("settings")
if "settings" not in method_dict:
# TODO: is this check really required here? If so, refactor to be part of plotting/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 am confused by this, too. Has this resolved in the meantime?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, this logic is now explicit

)

if group != default_option:
unique_values = get_unique_values_from_column(column=group)
unique_values = dataset.metadata[group].unique().tolist()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice!

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.

Great sorting effort

Base automatically changed from simplify_analysis-II to development November 8, 2024 16:33
@mschwoer mschwoer merged commit 0c822e8 into development Nov 8, 2024
4 of 5 checks passed
@mschwoer mschwoer deleted the simplify_analysis-III branch November 8, 2024 16:34
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.

2 participants