-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add missing dependencies * fix test.yaml * let tox handle coverage * add rxrx3 benchmarking notebook and reference data * clean up * Implement alternative compound-gene benchmarking (#81) * slow v1 * sampling v2 * fixes * flexibility, v3 * fix * tests * move tests properly * fix baseline * add quantiles * update tests * newline * format * fix mypy errors * fix pytests * re-fix format * write docstrings --------- Co-authored-by: John Urbanik <[email protected]>
- Loading branch information
1 parent
170176a
commit 830569d
Showing
12 changed files
with
4,033 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,16 +25,3 @@ jobs: | |
with: | ||
name: coverage.${{ matrix.os }}.py3${{ matrix.minor_version }} | ||
path: ./.coverage.py3${{ matrix.minor_version }} | ||
coverage: | ||
needs: tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
path: . | ||
- run: pip install coverage | ||
- run: | | ||
rm -f .coverage | ||
coverage combine coverage*/ | ||
coverage report --fail-under=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,922 changes: 2,922 additions & 0 deletions
2,922
efaar_benchmarking/benchmark_annotations/compound_gene_interactions.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.