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

Stop using deprecated load_all_summary_data in everest_data_api.py:summary_values #9274

Open
yngve-sk opened this issue Nov 20, 2024 · 0 comments

Comments

@yngve-sk
Copy link
Contributor

    def summary_values(self, batches=None, keys=None):

Currently it does this:

            summary = ensemble.load_all_summary_data()

Should use .load_response("summary", ...). Should do all the data operations with the polars dataframe before converting to pandas before return.

(It is possible to not convert to pandas at all if we rewrite everviz but that should probably be outside the scope of this issue)

@yngve-sk yngve-sk changed the title Rewrite everest_data_api.py:summary_values Stop using deprecated load_all_summary_data in everest_data_api.py:summary_values Nov 20, 2024
@yngve-sk yngve-sk moved this to Todo in SCOUT Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant