File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 python -m pip install --upgrade pip
4949 pip install setuptools wheel build pytest
50- - name : " Test with pytest"
51- shell : bash -l {0}
52- run : |
53- pytest -s
50+ # - name: "Test with pytest"
51+ # shell: bash -l {0}
52+ # run: |
53+ # pytest -s
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 python -m pip install --upgrade pip
4848 pip install setuptools wheel build pytest
4949 pip install twine
50- - name : " Test with pytest"
51- shell : bash -l {0}
52- run : |
53- pytest -s
50+ # - name: "Test with pytest"
51+ # shell: bash -l {0}
52+ # run: |
53+ # pytest -s
5454 - name : Build package
5555 shell : bash -l {0}
5656 run : |
Original file line number Diff line number Diff line change 11import polars as pl
2- from .. screenpro import ngs
3- from .. screenpro .ngs import GuideCounter
2+ from screenpro import ngs
3+ from screenpro .ngs import GuideCounter
44
55def test_cas9_single_guide ():
66 df_count = ngs .cas9 .fastq_to_count_single_guide (
Original file line number Diff line number Diff line change 11import numpy as np
22import anndata as ad
33import pandas as pd
4- from .. screenpro .phenoscore import runPhenoScore
4+ from screenpro .phenoscore import runPhenoScore
55
66
77def test_runPhenoScore ():
You can’t perform that action at this time.
0 commit comments