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 4762af9 commit 5db199cCopy full SHA for 5db199c
src/systems/index_cache.jl
@@ -239,7 +239,7 @@ function check_index_map(idxmap, sym)
239
nothing
240
end
241
242
-
+
243
function discrete_linear_index(ic::IndexCache, idx::ParameterIndex)
244
idx.portion isa SciMLStructures.Discrete || error("Discrete variable index expected")
245
ind = sum(temp.length for temp in ic.tunable_buffer_sizes; init = 0)
0 commit comments