Skip to content

Commit

Permalink
Update translational.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 19, 2024
1 parent 574b0fd commit 555145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Mechanical/translational.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ end
delta_s = 1 / 1000
s_b = 2 - delta_s + 1

@test sol[s.pos_value.u][end]s_b atol=1e-3
@test sol[s.pos_value.u][end]1.0 atol=1e-3
@test all(sol[s.spring.flange_a.f] .== sol[s.force_output.u])
end

Expand Down

0 comments on commit 555145e

Please sign in to comment.