Skip to content

Commit

Permalink
0.0 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 31, 2024
1 parent 0a938b7 commit 779c236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactionsystem_conversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function remove_diffs(expr)
return expr
end
end
diff_2_zero(expr) = (Symbolics.is_derivative(expr) ? 0.0 : expr)
diff_2_zero(expr) = (Symbolics.is_derivative(expr) ? 0 : expr)

Check warning on line 452 in src/reactionsystem_conversions.jl

View check run for this annotation

Codecov / codecov/patch

src/reactionsystem_conversions.jl#L452

Added line #L452 was not covered by tests

COMPLETENESS_ERROR = "A ReactionSystem must be complete before it can be converted to other system types. A ReactionSystem can be marked as complete using the `complete` function."

Expand Down

0 comments on commit 779c236

Please sign in to comment.