Skip to content

Commit

Permalink
Actually actually actually fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Dec 3, 2024
1 parent b2985a2 commit 52ab2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parameter_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
u = [1.0, 5.0, 3.0, 4.0, 4.0]
t = collect(1:5)
A = SmoothedConstantInterpolation(u, t; cache_parameters = true)
@test A.p.d [0.0, 0.5, 0.5, 0.5, 0.5]
@test A.p.d [0.5, 0.5, 0.5, 0.5, 0.5]
@test A.p.c [0.0, 2.0, -1.0, 0.5, 0.0]
end

Expand Down

0 comments on commit 52ab2f1

Please sign in to comment.