File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -553,10 +553,10 @@ function _beforeSolveCCW!(
553
553
554
554
# setup the partial or complete decision variable dimensions for this ccwl object
555
555
# NOTE perhaps deconv has changed the decision variable list, so placed here during consolidation phase
556
- _setCCWDecisionDimsConv! (ccwl, getDimension (getVariableType (Xi[sfidx ])))
556
+ _setCCWDecisionDimsConv! (ccwl, getDimension (getVariableType (Xi[ccwl . varidx[] ])))
557
557
558
- solveForPts = getVal (Xi[sfidx ]; solveKey)
559
- maxlen = maximum ([N; length (solveForPts); length (ccwl. varValsAll[sfidx ])]) # calcZDim(ccwl); length(measurement[1])
558
+ solveForPts = getVal (Xi[ccwl . varidx[] ]; solveKey)
559
+ maxlen = maximum ([N; length (solveForPts); length (ccwl. varValsAll[ccwl . varidx[] ])]) # calcZDim(ccwl); length(measurement[1])
560
560
561
561
# FIXME do not divert Mixture for sampling
562
562
# update ccwl.measurement values
You can’t perform that action at this time.
0 commit comments