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

Check for non-unique multi-index #172

Open
michaelmckinsey1 opened this issue Jun 11, 2024 · 0 comments
Open

Check for non-unique multi-index #172

michaelmckinsey1 opened this issue Jun 11, 2024 · 0 comments
Assignees

Comments

@michaelmckinsey1
Copy link
Collaborator

From ensemble.py:

except ValueError as e:
    estr = str(e)
    if estr == "cannot handle a non-unique multi-index!":
        warnings.warn(
            "Non-unique multi-index for DataFrame in _fill_perfdata. Cannot Fill missing rows.",
            RuntimeWarning,
        )
    else:
        raise

As stated from a previous comment, instead of checking the error string, we should check if the index is non-unique.

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

No branches or pull requests

1 participant