Remove `__init__.py` files from test directory
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 90/100
Research direction
Inspect test/grid/ and its subdirectories for the init.py files described in the issue. Remove those files and run the test suite to confirm that the test directory continues to work without them.
Written by the indexing model from the issue text.
Description
There are a few __init__.py files within the test/ directory, specifically inside test/grid/ and subdirectories. The other subdirectories of test/ do not include any __init__.py files. I believe there is no reason for these to exist here; my understanding is that including __init__.py signals that a directory is intended to be treated as a package or subpackage, which is not the case here.
These should be removed, to avoid any confusion about whether the relevant directories were intended to be treated as subpackages.
- Dominant language
- Python
- Stars
- 228
- Forks
- 55
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 14
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.
More from UXARRAY/uxarray
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
new feature visualization
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100