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

Indicate output dimensionality in AbstractInterpolation type #328

Closed
adrhill opened this issue Aug 23, 2024 · 2 comments · Fixed by #342
Closed

Indicate output dimensionality in AbstractInterpolation type #328

adrhill opened this issue Aug 23, 2024 · 2 comments · Fixed by #342

Comments

@adrhill
Copy link

adrhill commented Aug 23, 2024

As a developer writing a package extension for DataInterpolations.jl (adrhill/SparseConnectivityTracer.jl#178), it would be useful if all AbstractInterpolations indicated their output dimensionality, e.g.

abstract type AbstractInterpolation{T,N} end 

or {N,T} instead of just {T}:

abstract type AbstractInterpolation{T} end

@ChrisRackauckas
Copy link
Member

That's probably fine.

@sathvikbhagavan
Copy link
Member

Yeah, that can be done. Will work on it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants