-
My Durham Workshop group (@sfitz01,@danielgreentripp,@mlodyjesienin) are working on some deformation-theoretic computations, and we noticed that we were unable to work over the coefficient ring `QQ[ε]…
-
```
import GeoFormatTypes as GFT
import GeoInterface as GI
using DataFrames
using GeoDataFrames
outfile = joinpath(tempdir(), "test.fgb");
pt = GI.Point(1,1, crs=GFT.EPSG(4326))
df = DataFr…
-
```julia
@component function DerOfFunc(; name)
vars = @variables begin
v0(t)
v1(t)
v2(t)
v3(t)
end
eqs = Equation[
v0 ~ 0
v1 ~ f1(v0)
v2 ~ D(v1)
v3 ~ …
-
Hi, noob here.
I'm trying to read `TH2I` histograms. With standard UnROOT, I get this error:
```julia
julia> f["OpticalGroup_0/Hybrid_0/SCurve_OpticalGroup0_Hybrid0_MPA0"]
ERROR: UndefVarError: …
-
There appears to be an issue loading the LazyArraysBlockArraysExt package extension defined in [LazyArrays.jl](https://github.com/JuliaArrays/LazyArrays.jl) in Julia v1.11.1 and the [v1.11.2 pre-relea…
-
Hi! Thank you for all your work.
I find problems with the installation of kspdg with pip install using julia if the folder and repository where I install kspdg is not exactly the one cloned from th…
-
### Summary
After using the `evolve!` function on `ψ` (and I suspect that this can happen in other operations too), a `MethodError` occurs when we perform `norm(ψ)` due to a mismatch in array types (…
-
I get a segfault on nightly for the [SymbolicGA.jl](https://github.com/serenity4/SymbolicGA.jl) package:
```julia
(@v1.12) pkg> activate --temp
Activating new project at `/tmp/jl_Q2CEQp`
(jl_Q2CEQp…
-
MWE:
```julia
r1 = Raster(WorldClim{Climate}, :tmin, month = 1)
r2 = r1[1:10, 1:10]
r3 = r1[DimSelectors(r2, selectors = At)]
```
Error (ignore the task stuff):
```julia
nested task …
-
MWE:
```julia
julia> using NaturalEarth, DataFrames, GeoParquet, GeoDataFrames
julia> all_countries = naturalearth("admin_0_countries", 10) |> DataFrame |> x -> select!(x, [:geometry, :ADM0_A3])
…