-
Xpost: https://discourse.julialang.org/t/scimlsensitivity-jl-precompile-error-because-of-enzyme/122561/9
Trying to follow along this the SciMLSensitivity.jl tutorial:
[Parameter Estimation of O…
-
Dear Memote Development Team,
I hope this message finds you well. I am currently working with enzyme-constrained metabolic models and was wondering if Memote supports the evaluation of these types …
-
Hello @oftadehomid, I am still trying to use ETFL model of yeast. I find it is difficult to update the kcat for specific enzyme using the following code:
## yeast is the ETFL model
yeast.reactions.r…
-
Hi, StrainDesign has worked very well for me when used on basic stoichiometric genome-scale models (e.g. iML1515). However, I am encountering problems when I try to use it on an enzyme-constrained mod…
-
@PierreMartinon
```julia
@def ocp2 begin
s ∈ [0, 1], time
y = (x, tf) ∈ R², state
u ∈ R, control
dx = tf(s)^2 * u(s)
dtf = 0 # while 0 * u(s) is fine 😱 (1)
ẏ(s) == [dx…
-
From the series better late than never, this is a follow up to my previous ticket #1763 (part of the time it took me to respond was that by the time I was ready, new releases of Enzyme and LLVM came o…
-
```sql
SELECT sp3.*
FROM supplement_product sp1
INNER JOIN iherb_product ip1 ON ip1.id = sp1.iherb_product_id CROSS JOIN LATERAL unnest(
ip1.related_products) AS related_product_id
INNER JOIN i…
-
Enzyme test cases are missing.
Sagas for send message and recieve message.
-
Hi PYSINDy,
I am having trouble with getting the ensemble optimizer working with the constrained sr3 module. When I include library ensemble it errors out, and when I use bagging it solves the syst…
-
I just encountered an issue where `Reactions` made a master mix I didn't want it to. Specifically, I had the following reaction:
```
Reagent Stock Volume
=================== =…