Skip to content

Commit

Permalink
update final states for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaNeumayr committed May 30, 2023
1 parent 90157a5 commit 0ea8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Collision/TwoCollidingBoxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if Sys.iswindows()
elseif Sys.isapple()
requiredFinalStates = missing
else
requiredFinalStates = [-8.441744413186479, 2.080248745633074e-5, 2.017853339927745, -11.885206471305127, 1.578631293289433e-5, 1.4531990639865306, 1.5708195046594045, 3.9733642937971214e-6, 6.203744909797819, -0.00026576504942249794, -4.54547324864426, -8.602582070671429e-5]
requiredFinalStates = [-8.667988836140996, -1.1427920517416538e-5, 1.904970242085067, -12.074421973168688, -8.525572103186516e-6, 1.3489850936769545, 1.5707351700941004, 2.2009682045793265e-5, 5.789361189145984, 0.0001491286264215269, -4.16370090160804, 4.8902838720131257e-5]
end

simulate!(twoCollidingBoxes, stopTime=stopTime, tolerance=tolerance, interval=interval, log=true, logStates=false, logEvents=false,
Expand Down

0 comments on commit 0ea8891

Please sign in to comment.