aboutcode-org / aboutcode-org/scancode-toolkit
False positive in copyright detection
Open
bug
copyright scan
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 791
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 5
Description
With:
```
for k in range(c):
Ac = A[k*n_vis_ind:(k+1)*n_vis_ind, :].dot(alpha)
```
we should get nothing but have:
```
copyrights:
- value: (c) Ac A
start_line: 1
end_line: 2
```
Contributor guide
Assessment
This issue has not been assessed yet.