stsievert / salmon

A tool to collect triplet queries
https://docs.stsievert.com/salmon/
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

ENH/MAINT: better config of experiments #122

Closed stsievert closed 3 years ago

stsievert commented 3 years ago

What does this PR implement? Most of this PR is around user configuration:

Also, it does some other tasks:

Backwards incompatibilities:

Reference issues/PRs This PR closes #121, #119 and #115.

stsievert commented 3 years ago

All tests pass locally.

They almost pass on CI too. I think I have an issue where samplers that continuously throw errors (every iteration) don't stop between tests on the GitHub pipelines. I've mostly mitigated that by stopping samplers that throw errors for 5 iterations in a row.