Marek Kaluba

Results 166 comments of Marek Kaluba

at the moment it's enough for basis to get an honest vector that's it. We'll overhaul the whole thing in the near future, so there's no need to define the...

@jarredclloyd this kind of stalled because I was not able to produce a meaningful fits (except eyeballing plots and saying: this looks seriously gooood...). If you're willing to help (and...

@jarredclloyd an old todo is here https://github.com/JuliaStats/HypothesisTests.jl/pull/124#issuecomment-439651770; Minimal set: - [ ] produce more tests (optional) - [x] write documentation (what is implemented follows the paper of Royston precisely) -...

this is the last one that doesn't nan: https://buildkite.com/julialang/scs-dot-jl/builds/281#018ccf8a-baeb-409b-9fe5-fbde2f42e4bc and the first one which nans https://buildkite.com/julialang/scs-dot-jl/builds/283#018ea03d-8b93-40f3-8e1b-6e6a37dec3c8 but this ci run was just after change to README (and **before** enabling openmp)....

@giordano hmm, when specifying ```julia dependencies = [ BuildDependency(PackageSpec(;name="MKL_jll", version="2022.2")), ] ``` (same happens for `version=v"2022.2.0"`) BB/Pkg throws an error at me: ```julia Resolving package versions... ERROR: LoadError: MethodError: no...

@giordano it still happens on julia-1.7; `ERROR: LoadError: MethodError: no method matching length(::Pkg.Versions.VersionSpec)` happens when I pass string to `version`. It doesn't there if I pass `v"2022.2"`.

so is it a bug in `Pkg` that cannot handle resolution with all possible `PackageSpec`?

@giordano here's a mnwe: ```julia using Pkg using BinaryBuilder name = "SomeName" version = v"1.0.0" # Collection of sources required to build sources = GitSource[ ] # Bash recipe for...

I consider this a serious bug: ```julia julia> x = SparseVector{Int, UInt8}(6, UInt8[1], [-1]); sum(x) == -1 false ``` so a backport would be nice; however if this is too...

@bodono just to confirm: `SCS + OMP_NUM_THREADS + MKL` works for us in the julia land ;)