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

Decouple SplineEvaluator from domain #349

Merged
merged 12 commits into from
Mar 22, 2024
Merged

Decouple SplineEvaluator from domain #349

merged 12 commits into from
Mar 22, 2024

Conversation

EmilyBourne
Copy link
Collaborator

@EmilyBourne EmilyBourne commented Mar 21, 2024

Decouple SplineEvaluator from spline domain to prevent potential segmentation faults when using a smaller batch domain or unexpectedly non-updated values when using a larger batch domain. Fixes #344

@EmilyBourne EmilyBourne requested a review from blegouix March 21, 2024 14:48
@EmilyBourne EmilyBourne marked this pull request as ready for review March 22, 2024 08:01
tpadioleau
tpadioleau previously approved these changes Mar 22, 2024
@tpadioleau tpadioleau merged commit e3b2169 into main Mar 22, 2024
5 checks passed
@tpadioleau tpadioleau deleted the devel-issue344 branch March 22, 2024 14:39
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.

Spline evaluation cannot be performed on a subdomain smaller than batch_domain
2 participants