UT-CHG / BET

Python package for data-consistent stochastic inverse and forward problems.
http://ut-chg.github.io/BET
Other
11 stars 21 forks source link

document when predicted distribution is erased #363

Open mathematicalmichael opened 4 years ago

mathematicalmichael commented 4 years ago

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.