Skip to content

Commit

Permalink
Fix LinearInterpolation depwarns
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdaines authored Nov 28, 2024
1 parent 55ca48e commit 3a2be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/COPSE/compare_output.jl
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function compare_copse_output(output, comparison)
firstoutputpoint += 1
end
firstoutputpoint == 1 || println(" starting at output index $firstoutputpoint to skip identical tmodel values")
interp_out = Interpolations.LinearInterpolation(
interp_out = Interpolations.linear_interpolation(
output_tmodel[firstoutputpoint:end],
PB.get_total.(PB.get_data(output, outdom*"."*outfield)[firstoutputpoint:end]))
out_i = interp_out(comp_tmodel)
Expand Down

0 comments on commit 3a2be1d

Please sign in to comment.