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

Allow inclusion criterion to return None as well as True/False #211

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

apontzen
Copy link
Member

No description provided.

@Martin-Rey
Copy link

Hi @apontzen

I have also run into the same issue with the inclusion criterion than originally reported by @TobiBu. This PR also solves it for me, should we merge it in?

@apontzen
Copy link
Member Author

Yes, unfortunately however this fix masks a deeper problem which is that if you gather a property which is some places stored as an integer and other places as a float, some of the data returned will be missing. (That is the origin of the Nones, at least in @TobiBu's case)

That would be extremely complicated to fix without degrading performance, so I should post it as a separate issue.

@apontzen apontzen merged commit 77f5484 into master Nov 15, 2022
@apontzen apontzen deleted the inclusion-none branch November 15, 2022 13:10
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