Skip to content

2D MOLE.jl julia interpolators#426

Open
valeriabarra wants to merge 1 commit into
mainfrom
valeria/julia-add-2D-interpol
Open

2D MOLE.jl julia interpolators#426
valeriabarra wants to merge 1 commit into
mainfrom
valeria/julia-add-2D-interpol

Conversation

@valeriabarra

Copy link
Copy Markdown
Collaborator

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Example
  • Documentation

Description

This PR adds 2D MOLE.jl interpolator operators, keeping the API consistent in a "Julian" way (that is, using dynamic multiple dispatch for the different dimensional cases). It implements 2D interpolators as the tensor-product kron of 1D interpolators (to match the Octave/MATLAB implementation). It also adds related tests and documentation.

Related Issues & Documents

Added/updated tests?

_We encourage you to test all code included with MOLE, including examples.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

Read Contributing Guide and Code of Conduct

@valeriabarra valeriabarra self-assigned this Jul 7, 2026
@valeriabarra valeriabarra added Enhancement New feature or request MOLE.jl labels Jul 7, 2026
@valeriabarra valeriabarra requested a review from jbrzensk July 7, 2026 19:23
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request MOLE.jl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MOLE.jl Add 2D interpolator operators

1 participant