mathematicalmichael / mud

Home Page:https://mud.dataconsistent.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: mud-examples with mud==0.1rc0

mathematicalmichael opened this issue · comments

mud/src/mud/base.py

Lines 114 to 116 in a8c1d85

if self.domain is not None:
# Assert domain passed in is consitent with data array
assert self.domain.shape[0] == self.n_params

this assertion here is failing: https://github.com/mathematicalmichael/mud-examples/runs/7186755931?check_suite_focus=true#step:5:40

at the very least we should print a more helpful message if the assertion fails. will do it in the process of debugging.

figured it out...
re-shaping code never made it into BayesProblem, only DensityProblem