-
#### Current behavior:
24 genes are discovered to be uncorrelated with their corresponding reactions in `Arginine and proline metabolism`/`Tyrosine metabolism`
| Gene | UniProtID | React…
-
#### Current behavior:
13 genes are discovered to be uncorrelated with their corresponding reactions in `Glycolysis / Gluconeogenesis` and `Pentose and glucuronate interconversions`.
| Gene|…
-
```julia
using Enzyme, SparseArrays, Statistics
function bc0_test_function(ps)
z = view(ps, 26:30)
C = Matrix{Float64}(undef, 5, 1)
C .= z
return C[1]
end
@noinline functio…
-
I encountered unexpected behavior with a function and I am unsure what the issue is (compiled via `cargo +enzyme run --release`)
```rust
// this crashes
#[autodiff(df2f, Forward, Const, Dual, D…
-
Currently the functions do not have docstrings, and it's hard to understand how to use them.
-
I would like to use the basic calculations in SparseMatrixCSC, but they do not work.
The following is a simple SparseMatrixCSC-to-SparseMatrixCSC addition program.
```julia
using Enzyme
using Li…
-
I am on Enzyme main (b5addb62c0c9d0d74825be5fc71deebfd26d793c), StaticArrays 1.9.4 and Julia 1.10.3. The following errors:
```julia
using Enzyme, StaticArrays
struct TriclinicBoundary{T}
bas…
-
#### Current behavior:
28 genes are discovered to be uncorrelated with their corresponding reactions in `Phenylalanine, tyrosine and tryptophan biosynthesis`/`Porphyrin metabolism`
| Gene|…
-
* **Gene List**
Systematic ID | Gene name | Product description | Budding yeast orthologs | Human orthologs
-- | -- | -- | -- | --
SPBC146.12 | coq6 | 2-octaprenyl-6-methoxyphenol hydroxylase Coq…
-
I'm in the process of trying to minimize a bigger error, but with my smaller code have hit a "invoke is not a generic function" error I've not seen before. This very well might be from me doing someth…