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

Batch runs appear to mix together active measures in scenarios that have the same prep settings but apply to different measure subsets #452

Open
jtlangevin opened this issue Jan 17, 2025 · 0 comments
Assignees

Comments

@jtlangevin
Copy link
Collaborator

jtlangevin commented Jan 17, 2025

When executing a batch run across two cases that draw from the same measure set but use different (but overlapping) subsets of the larger set, the batch runs of ecm_prep.py will develop a shared set of prepared measure data for run.py to draw from in each case, and will avoid preparing the same measure twice across cases that share it, as intended.

However, then each case's execution of run.py pulls in the full set of prepared measures, rather than the appropriate subset of measures that the case applies to.

@jtlangevin jtlangevin changed the title Batch runs appear to conflate scenarios that have the same prep settings but apply to different measure subsets Batch runs appear to merge together measure data in scenarios that have the same prep settings but apply to different measure subsets Jan 17, 2025
@jtlangevin jtlangevin changed the title Batch runs appear to merge together measure data in scenarios that have the same prep settings but apply to different measure subsets Batch runs appear to mix together active measures in scenarios that have the same prep settings but apply to different measure subsets Jan 17, 2025
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

2 participants