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
When using any interpolatory operators, all data corresponding to a fixed training parameter value (even if there are multiple trajectories for different initial conditions or input functions) must be grouped into the same "trajectory", otherwise we are providing multiple values for a single parameter and trying to interpolate (see #71). This should probably be detected and fixed in ParametricROM.fit(), but need to be careful not to mess up fit_regselect_*().
The text was updated successfully, but these errors were encountered:
When using any interpolatory operators, all data corresponding to a fixed training parameter value (even if there are multiple trajectories for different initial conditions or input functions) must be grouped into the same "trajectory", otherwise we are providing multiple values for a single parameter and trying to interpolate (see #71). This should probably be detected and fixed in
ParametricROM.fit()
, but need to be careful not to mess upfit_regselect_*()
.The text was updated successfully, but these errors were encountered: