Skip to content

Commit

Permalink
Adapt to Catalyst 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
voduchuy committed Oct 28, 2023
1 parent ce04eb4 commit 03bb826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_catalyst_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rn = @reaction_network begin
k10, G1 --> G0
α, G1 --> G1 + RNA
γ*max(0.0, 1.0 - sin* t / L)), RNA -->
end k01 k10 α γ L
end

cmemodel2 = CmeModel(rn, θ)
@test get_species_count(cmemodel2) == 3
Expand Down

2 comments on commit 03bb826

@voduchuy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94308

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" 03bb826293e4539d6c0149f793df5d6aaeca944b
git push origin v0.1.4

Please sign in to comment.