yapf
yapf copied to clipboard
incorrect split with default settings
trafficstars
for j in range(i+1, samples):
if gIds[i] == gIds[j] and gX[i,0] == gX[j,0] and gY[i,0] == gY[j,0]:
to
for j in range(i + 1, samples):
if gIds[i] == gIds[j] and gX[i, 0] == gX[j,
0] and gY[i,
0] == gY[j,
0]:
any suggestion for workaround?
I Want to work in this project, can yoo assign it to me ?
@imSanko I don't think there is a practice of assigning in this project, just open a PR that says closes #1039 in the description field.