Skip to content

Fix CAPI #343

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

Merged
merged 16 commits into from
May 24, 2025
Merged

Fix CAPI #343

merged 16 commits into from
May 24, 2025

Conversation

cschwan
Copy link
Contributor

@cschwan cschwan commented Apr 15, 2025

No description provided.

cschwan added 4 commits April 15, 2025 17:50
- renamed `InterpTuples` to `InterpInfo` and named members like `Interp`
- made members of `InterpInfo` public
- reordered parameters of `pineappl_grid_new2` to have the same ordering
  as `Grid::new`
- added new parameter `interpolations` that counts the number of
  interpolations, which in general is different from the number of
  convolutions plus one (previous assumption)
- removed `nb_convolutions`, which can be inferred from the channels
@cschwan cschwan added this to the v1.0 milestone Apr 15, 2025
@cschwan cschwan self-assigned this Apr 15, 2025
@cschwan cschwan linked an issue Apr 15, 2025 that may be closed by this pull request
@cschwan cschwan mentioned this pull request May 19, 2025
3 tasks
@Radonirinaunimi
Copy link
Member

Hi @cschwan, the main issue here which regards the ability to have more scales as provided by ScaleFuncForm should now be fixed.

@cschwan
Copy link
Contributor Author

cschwan commented May 24, 2025

Looks good to me! Add your email to the CAPI's Cargo.toml file and then merge this PR!

@Radonirinaunimi
Copy link
Member

Looks good to me! Add your email to the CAPI's Cargo.toml file and then merge this PR!

Thanks!! I'll merge once the tests are finished.

@Radonirinaunimi Radonirinaunimi merged commit c42b92a into master May 24, 2025
10 checks passed
@Radonirinaunimi Radonirinaunimi deleted the fix-capi branch May 24, 2025 20:06
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

Successfully merging this pull request may close these issues.

Fix CAPI before releasing PineAPPL 1.0
2 participants