KrishnaswamyLab / scprep

A collection of scripts and tools for loading, processing, and handling single cell data.
MIT License
72 stars 21 forks source link

Unable to run test cases #138

Open stkgo opened 5 months ago

stkgo commented 5 months ago

Describe the bug I am unable to run the test cases. They all complain with

E   ModuleNotFoundError: No module named 'scprep'

To Reproduce Standalone code to reproduce the behavior:

cd scprep
pytest -vv

Expected behavior I would expect all of the tests to run and pass

Actual behavior Test cases all fail with:

E   ModuleNotFoundError: No module named 'scprep'

scprep version Lastest commit from master