Skip to content

Conversation

@vyudu
Copy link
Member

@vyudu vyudu commented Nov 8, 2024

Trying to bump Jumps to new versions

@ChrisRackauckas
Copy link
Member

The builder is currently on v1.10. Change the manifest to match.

@vyudu
Copy link
Member Author

vyudu commented Nov 13, 2024

@ChrisRackauckas is this good to merge?

@ChrisRackauckas
Copy link
Member

Mendes still has an issue?

Plot solutions by each method

methods = (Direct(), FRM(), SortingDirect(), NRM(), DirectCR(), RSSA(), RSSACR(), Coevolve(), RDirect())
shortlabels = [string(leg)[15:end-2] for leg in methods]
tf      = 10.0 * jprob.tstop
prob    = DiscreteProblem(rn, jprob.u0, (0.0, tf), jprob.rates)
varlegs = ["A_P" "A_bound_P" "A_unbound_P" "RLA_P"]
@variables t S7(t) S8(t) S9(t)
varsyms = [
    [S7,S8,S9],
    [S9],
    [S7,S8],
    [S7]
]
varidxs = []
for vars in varsyms
    push!(varidxs, [findfirst(isequal(sym),rn.states) for sym in vars])
end
Error: ArgumentError: System ##ReactionSystem#260: variable states does not
 exist

@ChrisRackauckas
Copy link
Member

I put a commit in that should handle that.

@ChrisRackauckas ChrisRackauckas merged commit a12642c into SciML:master Nov 14, 2024
2 checks passed
@vyudu vyudu deleted the bump-from-master branch November 14, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants