You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1606 introduces type piracy on DataInterpolations to create a custom overload of interpolation evaluation for SparseConnectivityTracer, see also the Aqua test. This can be removed when SparseConnectivityTracer introduces their own support for DataInterpolations, which they will probably do as indicated here.
The text was updated successfully, but these errors were encountered:
visr
added
core
Issues related to the computational core in Julia
tech-debt
Improvements related to technical debt
labels
Aug 19, 2024
We've got some shiny new doc-pages in SCT, including one on how to add overloads.
Feel free to open a PR with a SparseConnectivityTracerDataInterpolationsExt, even if it just implements the minimal set of functions you need. Let me know if things are unclear or if you need some help!
#1606 introduces type piracy on
DataInterpolations
to create a custom overload of interpolation evaluation forSparseConnectivityTracer
, see also theAqua
test. This can be removed whenSparseConnectivityTracer
introduces their own support forDataInterpolations
, which they will probably do as indicated here.The text was updated successfully, but these errors were encountered: