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

fit_multiple_solves fails when missing matches #266

Open
RussTorres opened this issue Jan 6, 2025 · 0 comments
Open

fit_multiple_solves fails when missing matches #266

RussTorres opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels

Comments

@RussTorres
Copy link
Collaborator

def nomatchz_counter(combined_rts, tIds_nomatch):
nomatchz_count = collections.Counter(
[combined_rts[tId].z for tId in tIds_nomatch]

Somewhere in reformatting this changed to try to index into combined_rts rather than tId_to_tilespecs so it fails when there are any missing matches (but works without them).
I think it's also reasonable to just drop both the nomatch_counter and multiz_counter checks from create_input_defaults -- this is causing unexpected errors in processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants