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

multiclosure internal dataset loader should use t0_covmat_from_systematics #1719

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

comane
Copy link
Member

@comane comane commented Apr 19, 2023

Bug in the current implementation. The internal_multiclosure_dataset_loader function should take the t0 covmat from a single dataset rather than from data. In the previous implementation collect commands like the following were crushing because of shape incompatibility since t0 covmat was being constructed for the whole list of DataSetSpec's .

datasets_expected_bias_variance = collect( "expected_dataset_bias_variance", ("data",))

@comane comane added the bug Something isn't working label Apr 19, 2023
Copy link
Member

@RoyStegeman RoyStegeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, you're right. This bug was introduced in 907cec1

@comane comane merged commit b5ee4ba into master Apr 20, 2023
@comane comane deleted the multiclosure_internal_loader_t0covmat branch April 20, 2023 09:00
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.

2 participants