Skip to content

Commit

Permalink
Update bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
skygering committed Jul 20, 2023
1 parent 44603f9 commit 1dbc49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_physical_processes/test_coupling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
@test all(isapprox.(
ypoints,
[-8; -4.57003; 0.0; 4.57003; repeat([8.0], 3); 4.57003; 0.0;
-4.57003; repeat([8.0], 4); repeat([-4.57003], 3);
repeat([0.0], 3); repeat([-4.57003], 3);
-4.57003; repeat([-8.0], 4); repeat([-4.46447], 3);
repeat([0.0], 3); repeat([4.46447], 3);
],
atol = 1e-5
))
Expand Down

0 comments on commit 1dbc49a

Please sign in to comment.