Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
data
is private in MultiTrajectory GrowableColumns
When accessing `parameters` or `covariance` through the generic accessors (i.e. not `predicted`, `filtered`, or `smoothed`), the public `col()` function should be used instead of direct access to the private `data` member.
- Loading branch information