aboutcode-org / aboutcode-org/scancode-toolkit

False positive in copyright detection

Open
#2,714 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.