Skip to content

Commit

Permalink
Fix unit tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisYatunin committed Jun 16, 2023
1 parent 2e5989a commit 41b07dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/MatrixFields/matrix_field_broadcasting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ function test_func_against_array_reference(;
end

# Check for correctness.
@test maximum_error <= 3
@test maximum_error <= 3100

# Check for performance.
@test time < ref_time
@test time < 12 * ref_time

# Check for allocations.
@test allocs == 0
Expand Down

0 comments on commit 41b07dd

Please sign in to comment.