Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Holy <[email protected]>
  • Loading branch information
IanButterworth and timholy committed Jul 19, 2023
1 parent ef259d0 commit 3f9d303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
maximum(x; dims=2)
getindex(x, SOneTo(S-1), SOneTo(S-1))
y .* x .* y'
zeros(y)
zeros(x)
zero(y)
zero(x)
end
end

Expand Down

0 comments on commit 3f9d303

Please sign in to comment.