scprep icon indicating copy to clipboard operation
scprep copied to clipboard

Unable to run test cases

Open stkgo opened this issue 1 year ago • 0 comments

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

stkgo avatar Feb 28 '24 18:02 stkgo