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

Some fixes for bad train handling #172

Merged
merged 3 commits into from May 4, 2021
Merged

Conversation

takluyver
Copy link
Member

We found a few places where we weren't correctly excluding or including bad trains (according to the inc_suspect_trains flag). In particular, key.select_trains() and run.select(..., require_all=True). This should fix them.

cc @philsmt

@takluyver takluyver added the bug Something isn't working label Apr 29, 2021
@takluyver takluyver requested a review from philsmt April 29, 2021 10:10
@philsmt
Copy link
Contributor

philsmt commented May 4, 2021

LGTM, ran it through the same code paths I had issues with on Wedesnday. Now it all works out of the box, thanks!

Really need to migrate pasha's ExtraDataFunctor here and test it, searched the problem there for a couple of hours 😁

@takluyver takluyver added this to the 1.6 milestone May 4, 2021
@takluyver takluyver merged commit 6466438 into master May 4, 2021
@takluyver takluyver deleted the strengthen-bad-trains branch May 4, 2021 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants