Skip to content

Investigate using DataInterpolations.jl #56

@icweaver

Description

@icweaver

Follow-up for #54 (comment)

Pros:

  • Part of SciML ecosystem
  • Highly flexible. Would be useful to have if future dust laws require a range of interpolation schemes

Cons:

  • Minor: x, y args are "flipped" relative to other interpolation packages. I guess to keep their interface consistent with the rest of the SciML ecosystem
  • Currently failing on one of our Measurements.jl tests, shown below. Could just be holding it wrong
    # uncertainties
    noise = rand(length(wave)) .* 0.01
    wave_unc = wave noise
    reddening = map(w -> @uncertain(law(w)), wave_unc)
    @test Measurements.value.(reddening) ref_values[rv] rtol = 1e-3

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions