Skip to content

Commit 295c1e7

Browse files
committed
comment clarification
1 parent 88374e9 commit 295c1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/simulation_and_solving/simulate_jumps.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ end
224224
### Other Tests ###
225225

226226
# Checks that solution values have types consistent with their input types.
227-
# Check that both float and integer values are preserved in the solution (and problems).
228-
# Checks that the time values are correct (`Float64` by default or possibly `Float32`).
227+
# Check that both float and integer types are preserved in the solution (and problems).
228+
# Checks that the time types are correct (`Float64` by default or possibly `Float32`).
229229
# `JumpInputs` currently does not support integer time spans. When it does, we will check that
230230
# these produce `Float64` time values.
231231
let

0 commit comments

Comments
 (0)