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

Semiautocuts does not allow cuts on filtered dataframes #8

Open
magsreed opened this issue Oct 27, 2023 · 1 comment
Open

Semiautocuts does not allow cuts on filtered dataframes #8

magsreed opened this issue Oct 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@magsreed
Copy link
Contributor

https://github.com/spice-herald/detanalysis/blob/87d0ef5a962c69799ce7ce76c11910bc44062afc/detanalysis/semiautocuts.py#L206C1-L207C1

Possible solution for this is to change the linked line above to:
self.df = vaex_dataframe.extract()

@magsreed magsreed added bug Something isn't working good first issue Good for newcomers labels Oct 27, 2023
@magsreed magsreed self-assigned this Oct 27, 2023
@magsreed
Copy link
Contributor Author

Update for this: the above possible solution to this issue did not work. Further work is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant