Within SSIT.m, there are 15 references to fspSoln.stateSpace (among 76 total references to stateSpace).
In at least one place (line 3676, within likelihoodSweep), this causes an error because of the recent refactoring of solution storage.
In other places (namely, in the code related to model reduction), an assignment is made to a local fspSoln.stateSpace, which seems fine a priori, but I have not tested those methods.
Within
SSIT.m, there are 15 references tofspSoln.stateSpace(among 76 total references tostateSpace).In at least one place (line 3676, within
likelihoodSweep), this causes an error because of the recent refactoring of solution storage.In other places (namely, in the code related to model reduction), an assignment is made to a local
fspSoln.stateSpace, which seems fine a priori, but I have not tested those methods.