L. Sandig
L. Sandig
> The main differences, as far as I could tell, were the priors and the underlying algorithm used to find the optimal design. > […] > The R code I...
> I actually did a small benchmark (that I still need write up properly) of Kirstine.jl vs ICAOD > […] > I'll put the rough code somewhere accessible. FWIW, I...
Great to see this making progress :) There is one bugfix I'm currently working on and that I'd like to get into the next release. I'll let you know when...
@sneakers-the-rat Here we go: > * Double check authors and affiliations (including ORCIDs) Both are correct. > * Make a release of the software with the latest changes from the...
Running ```bash $ curl -L https://google.de ``` outputs some html to the console as expected. The different `libcurl`s on my system are ```bash $ locate libcurl.so /opt/mambaforge/lib/libcurl.so /opt/mambaforge/lib/libcurl.so.4 /opt/mambaforge/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so...
Here are the `GR.GRPreferences.diagnostics()'`: ```bash $ julia -e 'delete!(ENV, "GRDIR"); using GR; GR.GRPreferences.diagnostics()' ┌ Info: GRDIR Environment Variable └ get(ENV, "GRDIR", missing) = "/home/sandig/.julia/artifacts/7f59a0ec3d19c98dce30a3ba8ea9cbd8824ce4a6" ┌ Info: GR Preferences │ binary...
> Did you switch to the GR system binary? Oh, my bad. I had incorrectly assumed that setting the environment variable would be sufficient. Including ```julia GR.GRPreferences.use_system_binary("/usr/gr"; force = true)...
Aha! I just noticed that the [`julia`](https://archlinux.org/packages/extra/x86_64/julia/) and [`julia-bin`](https://aur.archlinux.org/packages/julia-bin) packages have a different [pkgrel](https://wiki.archlinux.org/title/PKGBUILD#pkgrel): ``` $ pacman -Si julia-bin julia | grep 'Name\|Version' Name : julia-bin Version : 1.9.3-1 Name...