`test_plotting.py` imports scrublet, shall be moved?
Open
Nobody has claimed this yet.
Area – External
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 779
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 27
Description
should it be moved in tests externals? if not, then flit install -s --deps=develop doesn't install scrublet whereas it should imho otherwise test fails for fail import
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at scanpy/tests/test_plotting.py around line 1504 and inspect how the test imports scrublet. Run flit install -s --deps=develop and the affected plotting test to reproduce the missing-import failure. Done means the development setup installs the needed dependency, or the test is moved to the external tests if that is the intended scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100