-
GIRFReco
Failed to precompile GIRFReco [cf1bd817-9e2d-403d-b1e7-15ef5a867bae] to "/Users/nyvenncastro/.julia/compiled/v1.11/GIRFReco/jl_efXXtk".
ERROR: LoadError: InitError: could not load symbol…
-
solving the ODEProblem in SciMLBenchmarks for Henon_Heiles_energy_conservation_benchmarks using TaylorMethod() function gives the following method call error which didn't occur in the previous version…
-
Hi!
I am trying to setup a minimal example using the `block_gmres(A, B)` solver on a GPU. This should be possible with Julia 1.11 if I understand the documentation correctly. However, I get the error…
-
On Linux, Debian Buster, Julia 1.11.1 (started as `julia -p 4`)
Today, I first typed:
```julia
using Base.Threads
```
all good.
then, by mistake, I typed
```julia
using Distributef
```
(instead of `…
-
Currently a variable that expands in size between iterations crashes `dot_tilde:
MWE:
```julia
using Random, DynamicPPL, Distributions
Random.seed!(23)
@model function dynamic_model_with_do…
-
I am trying to render a quarto document after updateing the quarto version to 1.6.33 and Julia 1.11 and I get the following error when running quarto render
```julia
(env) (base) fcremer@javorina:…
-
- [x] what version of Makie are you running? (`]st -m Makie`): [ee78f7c6] Makie v0.21.15
- [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`): yes
- [x] What plat…
-
Hi!
I encountered a BoundsError while running Chloe for chloroplast genome annotation. The issue appears to occur during the reverse_complement transformation, as called in Chloe.Annotator. Below is…
-
I was testing a new implementation of a minimum cycle basis algorithm and was using this package's `mincyclebasis` for reference. Thanks.
However, it appears I have an example demonstrating a bug in …
-
# load data
```
using GeoDataFrames
using Shapefile
path2shp = splitpath(pathof(Shapefile))
path2shp = joinpath(vcat(path2shp[1:end-2], ["test", "shapelib_testcases", "test.shp"]))
gdf = Geo…