Tests fail: TabError: inconsistent use of tabs and spaces in indentation
Open
- Dominant language
- C
- Stars
- 474
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
```
File "./scripts/test_rand.py", line 123
expected = int(math.sqrt(oper1));
^
TabError: inconsistent use of tabs and spaces in indentation
*** Error code 1
```
Python-3.8
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect scripts/test_rand.py around line 123, where Python 3.8 reports inconsistent tabs and spaces. Check the surrounding indentation and rerun the repository's tests; done means the script no longer raises TabError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100