-
**Affects:** PythonCall
**Describe the bug**
The following code throws an error:
```julia
using PythonCall
np = pyimport("numpy")
d3 = pyimport("dedalus.public")
coords = d3.CartesianCoordina…
-
I'm using Julia 1.11.1
On aarch64 mac:
```
julia> using GraphicsMagick_jll
Precompiling GraphicsMagick_jll...
Info Given GraphicsMagick_jll was explicitly requested, output will be shown live
[151…
-
-
I've found that sometimes `profile(m)` throws `ERROR: AssertionError: i ∈ iallowed || iszero(A[i, j])`, which mutates the model `m`.
MWE with a semi-synthesized portion of the data from my usecase:…
-
- what version of Makie are you running? (`]st -m Makie`)
Makie v0.21.16
- can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
yes
- What platform + GPU are yo…
-
When running a GPU-accelerated neural network model using Lux.jl, LuxCUDA.jl, and Zygote.jl, the program encounters an `ArgumentError` when attempting to compute gradients on GPU inputs using `Zygote.…
-
In issue #462, regression test is set up for comparing output of a run with the benchmark.
@visr suggests to add runtime into benchmark and make use one of existing Julia package to illustrate the…
-
I copied the example in the README and got
```julia-repl
ulia> data = zeros(10000); @measure g(data)
ERROR: perf_event_open error : Operation not supported
Stacktrace:
[1] error(s::String)
@…
-
It looks like AC powerflow does not work for networks that have switches, even for the examples contained within the project itself:
```julia
julia> network_data = PowerModels.parse_file("matpower…
-
These types all error:
Vector{Int8}, Vector{UInt16}, Vector{Int16}, Vector{Float32}
These types do not:
UInt8(), Int8(), UInt16(), Int16(), Float32(), Float64(), Vector{UInt8}, Vector{Float64}
…