You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using PrecompileTools, YAXArrays, Zarr
@setup_workload begin
@compile_workload begin
A = YAXArray(rand(2,3,4))
savecube(A, tempname(), driver=:zarr)
end
end
strangely, :zarr is not found when using that package:
contents of MyPkg/src/MyPkg.jl:
strangely,
:zarr
is not found whenusing
that package:yet if i run the contents of the
@compile_workload
block manually, it runs fine:The text was updated successfully, but these errors were encountered: