Skip to content

Commit

Permalink
test: fix bruss test
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jan 9, 2025
1 parent c00f09f commit 1ea3df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ end
lapu = wrap(lapu)
lapv = wrap(lapv)

f, g = build_function(dtu, u, v, t, expression=Val{false})
f, g = build_function(dtu, u, v, t, expression=Val{false}, nanmath = false)
du = zeros(Num, 8, 8)
f(du, u,v,t)
@test isequal(collect(du), collect(dtu))
Expand Down

0 comments on commit 1ea3df5

Please sign in to comment.