Marek Kaluba
Marek Kaluba
Are you using the draft posted above? please use the version from #33 `Pkg.add(PackageSpec(url="https://github.com/kalmarek/ArbNumerics.jl", rev="enh/arb_calc_integrate"))` or so. (the draft above has immutable `acb_calc_integrate_opt_struct`, so `new()` initializes it with random values...
that is very strange... ```julia julia> dir = tempname() "/tmp/jl_faVVSH" julia> mkdir(dir) "/tmp/jl_faVVSH" julia> cd(dir) julia> using Pkg julia> Pkg.activate(".") Activating new environment at `/tmp/jl_faVVSH/Project.toml` julia> Pkg.add(PackageSpec(url="https://github.com/kalmarek/ArbNumerics.jl", rev="enh/arb_calc_integrate")) Updating registry...
did you restart julia after adding `ArbNumerics` from `PackageSpec`?
at least Travis confirms that things are working on a "generic" installation: https://travis-ci.org/JeffreySarnoff/ArbNumerics.jl/builds/630613016?utm_source=github_status&utm_medium=notification btw. i'm testing on a Linux platform
@Pangoraw Thanks for the answer! Though throwing an error on a perfectly valid julia code it's a rather heavy-handed encouragement ;) So my use-case is as follows: I'm writing interactive...
Thanks for the extensive explanation!
any news/solutions to this puzzle? I do on `julia-1.0` ```julia julia> using SparseArrays # brings SparseMatrixCSC to workspace julia> using JLD julia> x = load("myfile.jld", "x") â Warning: type Base.SparseArrays.SparseMatrixCSC{Core.Float64,Core.Int64}...
@JeffBezanson if I read correctly you're the maintainer of JLD.jl; Is this issue a quick-fix or requires something more? (sorry to bother if it has been brought to your attention,...
just for the record: the fields of loaded sparse matrix/vector are available (and understandable by julia-1.0) so if you need a workaround: ```julia _ _ _ _(_)_ | A fresh...
I'll add three of mine:) * Certifying numerical estimates of spectral gaps. Kaluba, Marek, Nowak, Piotr W.. (2018) Groups Complexity Cryptology, 10(1): 33â41. doi: 10.1515/gcc-2018-0004. arXiv: [1703.09680](https://arxiv.org/abs/1703.09680) * Aut(Fâ ) has...