@@ -472,8 +472,8 @@ Keyword args and default values:
472
472
function Base. convert (:: Type{<:ODESystem} , rs:: ReactionSystem ; name = nameof (rs),
473
473
combinatoric_ratelaws = get_combinatoric_ratelaws (rs),
474
474
include_zero_odes = true , remove_conserved = false , checks = false ,
475
- default_u0 = Dict (), default_p = Dict (), defaults = _merge (
476
- Dict (default_u0), Dict (default_p)),
475
+ default_u0 = Dict (), default_p = Dict (),
476
+ defaults = _merge ( Dict (default_u0), Dict (default_p)),
477
477
kwargs... )
478
478
iscomplete (rs) || error (COMPLETENESS_ERROR)
479
479
spatial_convert_err (rs:: ReactionSystem , ODESystem)
@@ -514,8 +514,8 @@ Keyword args and default values:
514
514
function Base. convert (:: Type{<:NonlinearSystem} , rs:: ReactionSystem ; name = nameof (rs),
515
515
combinatoric_ratelaws = get_combinatoric_ratelaws (rs),
516
516
include_zero_odes = true , remove_conserved = false , checks = false ,
517
- default_u0 = Dict (), default_p = Dict (), defaults = _merge (
518
- Dict (default_u0), Dict (default_p)),
517
+ default_u0 = Dict (), default_p = Dict (),
518
+ defaults = _merge ( Dict (default_u0), Dict (default_p)),
519
519
all_differentials_permitted = false , kwargs... )
520
520
# Error checks.
521
521
iscomplete (rs) || error (COMPLETENESS_ERROR)
@@ -596,8 +596,8 @@ Notes:
596
596
function Base. convert (:: Type{<:SDESystem} , rs:: ReactionSystem ;
597
597
name = nameof (rs), combinatoric_ratelaws = get_combinatoric_ratelaws (rs),
598
598
include_zero_odes = true , checks = false , remove_conserved = false ,
599
- default_u0 = Dict (), default_p = Dict (), defaults = _merge (
600
- Dict (default_u0), Dict (default_p)),
599
+ default_u0 = Dict (), default_p = Dict (),
600
+ defaults = _merge ( Dict (default_u0), Dict (default_p)),
601
601
kwargs... )
602
602
iscomplete (rs) || error (COMPLETENESS_ERROR)
603
603
spatial_convert_err (rs:: ReactionSystem , SDESystem)
@@ -647,8 +647,8 @@ Notes:
647
647
function Base. convert (:: Type{<:JumpSystem} , rs:: ReactionSystem ; name = nameof (rs),
648
648
combinatoric_ratelaws = get_combinatoric_ratelaws (rs),
649
649
remove_conserved = nothing , checks = false ,
650
- default_u0 = Dict (), default_p = Dict (), defaults = _merge (
651
- Dict (default_u0), Dict (default_p)),
650
+ default_u0 = Dict (), default_p = Dict (),
651
+ defaults = _merge ( Dict (default_u0), Dict (default_p)),
652
652
kwargs... )
653
653
iscomplete (rs) || error (COMPLETENESS_ERROR)
654
654
spatial_convert_err (rs:: ReactionSystem , JumpSystem)
0 commit comments