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

FutureWarning in summary_m.py #172

Open
jobrachem opened this issue Dec 11, 2023 · 0 comments
Open

FutureWarning in summary_m.py #172

jobrachem opened this issue Dec 11, 2023 · 0 comments
Labels
comp:goose This issue is related to the goose module

Comments

@jobrachem
Copy link
Contributor

We get a FutureWarning in the Summary._error_df() method:

liesel/liesel/goose/summary_m.py:362: FutureWarning: The behavior of array concatenation with empty entries is deprecated. In a future version, this will no longer exclude empty items when determining the result dtype. To retain the old behavior, exclude the empty entries before the concat operation.
  df = pd.concat({

My assessment is that this warning comes up if there's an empty error dataframe, i.e. no errors for a kernel.

@jobrachem jobrachem added the comp:goose This issue is related to the goose module label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:goose This issue is related to the goose module
Projects
None yet
Development

No branches or pull requests

1 participant