Skip to content

Commit

Permalink
🐛 explictly declaring Int64 breaks x86 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gottacatchenall committed May 1, 2024
1 parent 3deae32 commit 422aba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialstratified.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

function _default_strata(sz)
mat = zeros(Int64, sz...)
mat = zeros(typeof(sz[1]), sz...)

x = sz[1] ÷ 2
y = sz[2] ÷ 3
Expand Down

0 comments on commit 422aba7

Please sign in to comment.