Jan Strube

Results 10 issues of Jan Strube

I'm trying to instantiate the class [CellIDDecoder](http://lcio.desy.de/v02-07/doc/doxygen_api/html/classUTIL_1_1CellIDDecoder.html), but I'm failing miserably. Instantiating a template class is part of the Cxx test suite, which passes, so I don't know why this...

I'm trying to develop bindings for a file format: https://github.com/iLCSoft/LCIO My package is this one: https://github.com/jstrube/LCIO_Cxx I'm struggling to understand a test failure: ``` ┌ Warning: The two argument form...

When running vae_mnist with `Flux v0.12.3` causes: ``` ERROR: LoadError: Mutating arrays is not supported Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] (::Zygote.var"#411#412")(#unused#::Nothing) @ Zygote ~/.julia/packages/Zygote/6HN9x/src/lib/array.jl:65 [3] (::Zygote.var"#2279#back#413"{Zygote.var"#411#412"})(Δ::Nothing) @ Zygote...

I've run into an issue with a distributed table (https://discourse.julialang.org/t/first-steps-in-juliadb/14010) ``` tb = load("Digits") Distributed Table with 66889667 rows in 10 chunks: Columns: # colname type ─────────────────────── 1 idx Int64...

I'm trying to add a column to a distributed table, but the documentation doesn't seem to apply in this case: ``` momentum_noPhotoMuons = map(i->sqrt(i.px^2+i.py^2+i.pz^2), noPhotonMuons) Dagger.DArray{Float64,1,JuliaDB.##58#60}(175723,) ``` Using a `pushcol`...

I'm opening this issue following the discussion in https://discourse.julialang.org/t/object-lifetime-problem-with-cxxwrap-and-make-const-array/40991 In short: Some C++ APIs require that different objects are kept alive together, even though they don't explicitly depend on each...

enhancement

Awesome package, many thanks for making it public. I'm playing with the examples, and everything works. One minor comment: "transmission" and "vacuum" are nouns, while "reflective" is an adjective. It...

README.md lists two arguments for FileUnpacker, but it looks like it needs three.

I've been trying to get the Gym working for the control problems in the model zoo. These fixes to Gym (together with fixes in the model zoo) allowed me to...

I'm trying to plot a grouped bar with LaTeXStrings as labels. The code to reproduce is the following ``` using LaTeXStrings using StatsPlots pyplot() #gr() unicodeLabels = [ L"$e^{-}$", L"$\nu_{e}$",...