You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pathfinder implementation dutifully collects the optimization output in a PathfinderResult or MultiPathfinderResult object during model fitting but then simply prints the contents to the console and does not return or store these results for users to access. This information should either be available as an attribute, or returned byfit, either as a PathfinderResult or as part of the InferenceData object that is currently returned.