-
The following code crashed julia:
Since the error occurs in libGR, it appears to be an error in the GR backend rather than in julia or Plots.jl.
xref: https://github.com/JuliaLang/julia/issues/558…
-
Hello! 👋
I was experimenting with error messages in RxInfer, and talking with @Nimrais we found one example where the error message could really improve.
I followed the example from https://reac…
fonsp updated
1 month ago
-
using LibSSH
session = LibSSH.Session("192.168.1.88", 22)
following error message resutned:
Unreachable reached at 000001c16867d470
Please submit a bug report with steps to reproduce this …
-
As discussed with Billy in https://github.com/SciML/NonlinearSolve.jl/issues/476#issuecomment-2402984370, `DI.jacobian` fails when `x` is a `SubArray`. However, the reason why Enzyme succeeds is that …
-
Hi there,
I would like to make some functions in my Julia package that are adapted from you functions in this package. Can you add a license to your package so that I could use your functions? Thanks…
-
A prototypical application would be : search [dataverse](https://dataverse.org) through ODIS to find sizable, regularly formatted, data sets for a given ocean region (e.g. coastal ocean off of New Eng…
-
MWE:
```julia
module MWE
using Roots: Roots
using Enzyme: Enzyme
function find_zeta(y::T) where {T
-
**Reverse adjoints for SDEs only works with 'TrackerAdjoint()' and only on CPU. 🐞**
Training Large (e.g, Neural) SDEs on GPUs fails. The only working solution is 'TrackerAdjoint()' and this only cu…
-
Not sure how this is possible, but the following code throws a segfault:
```julia
using Oceananigans
using Oceananigans.BoundaryConditions: fill_halo_regions!
partition = Partition(y=2)
arch …
-
### Bug description
I am currently debugging my quarto julia setup and I was surprised not to be able to check the julia installation with quarto check julia.
From this check I would have expected t…