-
http://julialang.org/
ghost updated
4 months ago
-
Julia: 1.11.1+0.x64.w64.mingw32
Gurobi 11.0.3
```julia
Failed to precompile Gurobi [2e9cd046-0924-5485-92f1-d5272153d98b] to "C:\\Users\\nicolo\\.julia\\compiled\\v1.11\\Gurobi\\jl_E5F.tmp".
ERROR…
-
**Problem**
When using `RecursiveFeatureElimination` based on a `EvoTreeClassifier` model, I get the following error during fitting:
```julia
┌ Error: Problem fitting the machine machine(Probabil…
-
https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/blob/ed25acf4048bfea6051487b421480f0d55acf201/src/SemiclassicalOrthogonalPolynomials.jl#L453-L463
I'm trying to find a be…
-
Upgrading the `Revise` package from 3.5.15 to the newest version with `pkg"up Revise"` does not have the desired effect, the package stays at version 3.5.15:
```julia-repl
Installing Julia 1.11.1+0.x…
-
```julia
using Shapefile, GLMakie
shp = Shapefile.Table("hyd1_4l.shp") # river polylines
begin
fig = Figure()
ax = Axis(fig[1, 1])
lines!.(ax, shp.geometry) # work
lines!(ax, shp) …
-
I have a problem reading the [linked file](https://cernbox.cern.ch/s/180IktlJWw24jxi). There is a TTree called `polio_metadata` with a branch called `events___CollectionTypeInfo` of type ` tuple`. I a…
-
**Describe the bug**
Any use of `shfl_sync` throws an error saying `shfl_recurse` is a dynamic function.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
Attempting to do a stream…
-
```julia
using Pkg
Pkg.activate(".")
Pkg.instantiate()
# AlgebraicJulia Dependencies
using Catlab
using Catlab.Graphics
using CombinatorialSpaces
using Decapodes
using ComponentArrays
using ForwardDi…
-
Here is a reproducer:
```julia
a = CUDA.zeros(Float32, 2, 2);
view(a, 1, :); # make sure doesn't error
view(a, :, 1); # make sure doesn't error
@test_opt view(a, :, 1); # fails
@test_opt view(a, 1, :…