Skip to content

Commit 7ca3a1a

Browse files
committed
use relative paths
1 parent aaef7c2 commit 7ca3a1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_fastq2count.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 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

55
def test_cas9_single_guide():
66
df_count = ngs.cas9.fastq_to_count_single_guide(

tests/test_phenoscore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
import anndata as ad
33
import pandas as pd
4-
from screenpro.phenoscore import runPhenoScore
4+
from ..screenpro.phenoscore import runPhenoScore
55

66

77
def test_runPhenoScore():

0 commit comments

Comments
 (0)