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

Enable merging bins of higher-dimensional distributions #125

Open
cschwan opened this issue Mar 15, 2022 · 1 comment
Open

Enable merging bins of higher-dimensional distributions #125

cschwan opened this issue Mar 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cschwan
Copy link
Contributor

cschwan commented Mar 15, 2022

See also https://github.com/NNPDF/fktables/issues/26#issuecomment-1067877787.

@cschwan cschwan added the bug Something isn't working label Mar 15, 2022
@cschwan cschwan added this to the v0.5.2 milestone Mar 15, 2022
@cschwan cschwan self-assigned this Mar 15, 2022
@cschwan cschwan modified the milestones: v0.5.2, v0.5.3 Mar 29, 2022
@cschwan cschwan modified the milestones: v0.5.3, v0.5.4 Jun 22, 2022
@cschwan cschwan modified the milestones: v0.5.4, v0.5.5 Jul 8, 2022
@cschwan cschwan modified the milestones: v0.5.5, v0.5.6, v.0.5.6 Aug 25, 2022
@cschwan cschwan modified the milestones: v0.5.9, v0.6.0 Jan 2, 2023
@alecandido
Copy link
Member

Possibly related:

I wonder if it is consistent that the remapper is never being updated during Grid::merge, while Grid.bin_limits is:

self.bin_limits = BinLimits::new((0..=b).map(f64::from).collect());
other.bin_limits = BinLimits::new((a..=b).map(f64::from).collect());

@cschwan cschwan modified the milestones: v0.6.0, v0.6.1 Jun 1, 2023
@cschwan cschwan modified the milestones: v0.6.1, v0.6.2 Aug 2, 2023
@cschwan cschwan modified the milestones: v0.6.2, v0.6.3 Oct 9, 2023
@cschwan cschwan modified the milestones: v0.7.0, v0.8.0 Jun 2, 2024
@cschwan cschwan removed this from the v0.8.0 milestone Aug 6, 2024
@cschwan cschwan added this to the v1.0 milestone Feb 4, 2025
@cschwan cschwan mentioned this issue Feb 4, 2025
3 tasks
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

No branches or pull requests

2 participants