aboutcode-org / aboutcode-org/scancode-toolkit
False positive in copyright detection
Abierto
bug
copyright scan
- Lenguaje dominante
- Python
- Estrellas
- 2.6k
- Forks
- 791
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 5
Descripción
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
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.