We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88374e9 commit 295c1e7Copy full SHA for 295c1e7
test/simulation_and_solving/simulate_jumps.jl
@@ -224,8 +224,8 @@ end
224
### Other Tests ###
225
226
# 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`).
+# Check that both float and integer types are preserved in the solution (and problems).
+# Checks that the time types are correct (`Float64` by default or possibly `Float32`).
229
# `JumpInputs` currently does not support integer time spans. When it does, we will check that
230
# these produce `Float64` time values.
231
let
0 commit comments