-
If a function returns a static array or vector, the AutoMooncake backend errors
```julia
using StaticArrays
using DifferentiationInterface
using ForwardDiff
using Mooncake
function MWE(x::Ab…
-
I am trying to visualise a circuit involving some rotation gates, which happen to be identity gates with some phase factors. For example, if I run
```
using Yao
Yao.plot(rot(igate(1), 1.))
```
t…
-
Hey,
Is this project still active or abandoned/dead?
`using Logging` in Julia 1.11 appears to pull in the standard library `Logging` package.
I've tried running `add Logging` in the Julia PKG…
-
I am trying to plot a histogram of a vector that might contain missing values but plotting the skipmissing iterator doesn't work.
It would be nice, if I wouldn't have to wrap the skipmissing into a co…
-
I got the following error in running the testset
OceanRobots.jl: Error During Test at /Users/lilly/.julia/packages/OceanRobots/EJutr/test/runtests.jl:4
Got exception outside of a @test
UndefV…
-
Hello
Recently the julia language server has stopped working for me on Neovim on Windows.
Here is the relevant LspLog
```
[ERROR][2024-11-20 13:39:15] .../vim/lsp/rpc.lua:770 "rpc" "C:\\Users\\hari…
-
```julia-repl
julia> using HarmonicOrthogonalPolynomials
julia> S[SphericalCoordinate(0.1,0.2), 1:2:end]
ERROR: MethodError: no method matching findblock(::BlockArrays.BlockedOneTo{Int64, RangeCu…
-
**Describe the bug 🐞**
The calculation of the gradient on a ODE of `Float64` type works when using params as both `Vector` or a custom `struct` (using SciMLStructures.jl). However, it fails when I …
-
Hello,
I'm new to GMT with Julia, I have installed Julia 1.11.1 and GMT 6.6.0_76621d8_2024.11.14 in an ARM64 MacOS 15.1 environment.
But there is an error during precompilation while using t…
-
I get an unexpected error with `@select!` below, and the error message reads to me like it should be working.
```julia-repl
julia> using DataFramesMeta
julia> df = DataFrame(x=1:3, y=4:6, z=7:9…