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 current default mode (for backwards compatibility) is distribution-inversion (._setup[iteration]['col'] = False), col for collapse (QoI), which does not impose any relationship between observed/predicted.
Therefore, predicted should only be "erased" (set to None) if we're in data driven mode, with a warning thrown to the logger. If not in data-driven mode, do not raise any warning.
The text was updated successfully, but these errors were encountered:
the current default mode (for backwards compatibility) is distribution-inversion (
._setup[iteration]['col'] = False
),col
forcollapse
(QoI), which does not impose any relationship between observed/predicted.Therefore, predicted should only be "erased" (set to
None
) if we're in data driven mode, with a warning thrown to the logger. If not in data-driven mode, do not raise any warning.The text was updated successfully, but these errors were encountered: