Currently the HIGH_STAT_SIM_PARAMS is pretty inflexible, as it can't take an lmfit model or even a becquerel model, only string names. It would be great to generalize these tests, but trying to figure out how is very difficult given the current state of how we test. We should refactor for clarity including nested fixtures.
Currently the
HIGH_STAT_SIM_PARAMS
is pretty inflexible, as it can't take anlmfit
model or even abecquerel
model, only string names. It would be great to generalize these tests, but trying to figure out how is very difficult given the current state of how we test. We should refactor for clarity including nested fixtures.