Conversation
ddfc575 to
533faa8
Compare
Me-k-01
reviewed
Jul 16, 2025
Me-k-01
reviewed
Jul 17, 2025
|
|
||
| - name: Checkout helper repository with Ponca as submodule (master branch) | ||
| run: git clone https://github.com/poncateam/ci-submodule-helper.git repo | ||
| run: git clone https://github.com/Me-k-01/ci-submodule-helper.git -b local-basis repo |
Collaborator
There was a problem hiding this comment.
Todo before merging :
Change this link back to the main branch, and in the ci-submodule-helper repo, merge the PR 2 to the master
Suggested change
| run: git clone https://github.com/Me-k-01/ci-submodule-helper.git -b local-basis repo | |
| run: git clone https://github.com/poncateam/ci-submodule-helper.git repo |
Me-k-01
pushed a commit
to Me-k-01/poncaplot
that referenced
this pull request
Jul 22, 2025
Because of the refactor in the [PR 177](poncateam/ponca#177)
446c43b to
5f10ecb
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
|
@nmellado As discussed outside of GitHub, I've removed the |
a641e8d to
8352f8f
Compare
Collaborator
|
Ready for review @nmellado |
nmellado
commented
Sep 9, 2025
Contributor
Author
nmellado
left a comment
There was a problem hiding this comment.
First (partial) round of comments.
0e76c9b to
241058e
Compare
nmellado
commented
Sep 9, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
Signed-off-by: fauberva <florian.auberval@irit.fr>
And tweaking the values of the sphere point cloud for better barycenter results Signed-off-by: fauberva <florian.auberval@irit.fr>
Signed-off-by: fauberva <florian.auberval@irit.fr>
- support to compact/non compact kernels - better represent centerbasis for transparent use of global and local basis in downstream code
Bug was triggered for planar cases
Signed-off-by: fauberva <florian.auberval@irit.fr>
- Use this API is AlgebraicSphere
- also add tests
Me-k-01
pushed a commit
that referenced
this pull request
Nov 24, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
Me-k-01
pushed a commit
that referenced
this pull request
Nov 24, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
Me-k-01
pushed a commit
that referenced
this pull request
Nov 24, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
nmellado
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Dec 2, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
nmellado
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Dec 2, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
Me-k-01
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Dec 10, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
Me-k-01
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Dec 10, 2025
Signed-off-by: fauberva <florian.auberval@irit.fr>
nmellado
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Jan 19, 2026
Signed-off-by: fauberva <florian.auberval@irit.fr>
nmellado
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Jan 19, 2026
Signed-off-by: fauberva <florian.auberval@irit.fr>
Me-k-01
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Jan 26, 2026
Signed-off-by: fauberva <florian.auberval@irit.fr>
Me-k-01
pushed a commit
to jmaleo/ponca
that referenced
this pull request
Jan 26, 2026
Signed-off-by: fauberva <florian.auberval@irit.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds :
barycenter.cpptest to validate this new feature in the CI.projectDescentfunction to the Basket concept, as this can be shared across Fits.Todo