Skip to content

Commit

Permalink
Try #1393:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Jul 26, 2023
2 parents 4c61e33 + 7aabeb2 commit 202eebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MatrixFields/matrix_field_broadcasting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ end
set_result! = (result, ᶠᶠmat, ᶠvec) -> (@. result = ᶠᶠmat ᶠvec),
ref_set_result! = (_result, _ᶠᶠmat, _ᶠvec) ->
mul!(_result, _ᶠᶠmat, _ᶠvec),
time_ratio_limit = 2, # This case's ref function is fast on Buildkite.
time_ratio_limit = 4, # This case's ref function is fast on Buildkite.
)

test_matrix_broadcast_against_array_reference(;
Expand Down

0 comments on commit 202eebd

Please sign in to comment.