Skip to content

Commit

Permalink
drop CI support for 1.6 due to poor inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Titov committed Feb 29, 2024
1 parent 64c8f8c commit e5650f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
os:
- ubuntu-latest
arch:
Expand Down
10 changes: 1 addition & 9 deletions src/general_rate_equation_derivation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,7 @@ end
return Z_cat
end

#=
TODO: ask users for substrates, products, inhibitors and regulators and then ask users to put
each into a site like cat1,2,3 and reg1,2,3. Add several catalytic sites (e.g., "cat1", "cat2")
for enzyme like PDH and PC that have clearly distinct catalytic sites but also to allow users
to highlight that some substrates likely bind to same site in mutually exclusive way. For
example for PKM2 ATP/ADP and PEP/Pyruvate behave like they bind to different sites.
Somehow include alpha terms only for cat1 / cat2 pair that user highlights that are part of
the same cat site like for PKM2.
=#


macro derive_general_mwc_rate_eq(metabs_and_regulators_kwargs...)
expected_input_kwargs =
Expand Down

0 comments on commit e5650f7

Please sign in to comment.