Skip to content

Commit e475df8

Browse files
committed
formatting
1 parent 1e92135 commit e475df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/CatalystHomotopyContinuationExtension/homotopy_continuation_extension.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ end
4949
# For a given reaction system, parameter values, and initial conditions, find the polynomial that HC solves to find steady states.
5050
function steady_state_polynomial(rs::ReactionSystem, ps, u0)
5151
rs = Catalyst.expand_registered_functions(rs)
52-
ns = complete(convert(NonlinearSystem, rs;
52+
ns = complete(convert(NonlinearSystem, rs;
5353
remove_conserved = true, remove_conserved_warn = false))
5454
pre_varmap = [symmap_to_varmap(rs, u0)..., symmap_to_varmap(rs, ps)...]
5555
Catalyst.conservationlaw_errorcheck(rs, pre_varmap)

src/reactionsystem_conversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ function check_cons_warning(remove_conserved, remove_conserved_warn)
457457
if you use the created system to create a problem (e.g. an `ODEProblem`), you *should not*
458458
modify that problem's species values (e.g. using `remake`). Modification of parameter values
459459
is still possible. You might get this warning when creating a problem directly.
460-
460+
461461
You can remove this warning by setting `remove_conserved_warn = false`."
462462
end
463463

0 commit comments

Comments
 (0)