fiksii-copilot
Results
2
issues of
fiksii-copilot
File: test_darglint.py ``` def f(x): return x*2 ``` darglint2 test_darglint.py returns nothing while if I change the function ``` def f(x): """ """ return x*2 ``` darglint2 test_darglint.py returns .\test_darglint.py:f:1:...
Export to Yolo5 had terrible speed if amount of data is big (>50K labels). This is due to bottleneck in loop