Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Mar 10, 2024
1 parent f952ed1 commit 5343fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ function Base.show(io::IO, ode::ODE)
for x in ode.x_vars
if endswith(var_to_str(x), "(t)")
print(io, chopsuffix(var_to_str(x), "(t)") * "'(t) = ")

Check warning on line 267 in src/ODE.jl

View check run for this annotation

Codecov / codecov/patch

src/ODE.jl#L267

Added line #L267 was not covered by tests
# print(io, var_to_str(x)[1:(end - 3)] * "'(t) = ")
else
print(io, var_to_str(x) * "' = ")
end
Expand Down

0 comments on commit 5343fb4

Please sign in to comment.