pypest / pyemu

python modules for model-independent uncertainty analyses, data-worth analyses, and interfacing with PEST(++)
BSD 3-Clause "New" or "Revised" License
168 stars 94 forks source link

Extracted most of pst_from.draw() into helpers #514

Closed wkitlasten closed 2 weeks ago

wkitlasten commented 3 weeks ago

I was having a hard time drawing ensembles with lots of pars any other way, so I borrowed the bits from pst_from and figured we could make them more accessible via helpers. All tests passed locally, hopefully I didn't break anything!

coveralls commented 3 weeks ago

Coverage Status

coverage: 79.369% (+0.05%) from 79.322% when pulling e421b55ee8b4e1d116cbfc9c02619a45508f1b13 on wkitlasten:ext_draw into bfc55044e0be3980f14900b8429f39e5d543cedc on pypest:develop.

coveralls commented 3 weeks ago

Coverage Status

coverage: 79.374% (+0.05%) from 79.322% when pulling 455124052322c6372a2911c9dc47d500ac9f4d6b on wkitlasten:ext_draw into bfc55044e0be3980f14900b8429f39e5d543cedc on pypest:develop.

coveralls commented 2 weeks ago

Coverage Status

coverage: 79.362% (+0.04%) from 79.327% when pulling 261cc9866e47b280e052f442c2e7caf78bdfb78e on wkitlasten:ext_draw into c9cdb345e664e88106aa6ee0d7895887a829529d on pypest:develop.

briochh commented 2 weeks ago

Thanks @wkitlasten, looking good.