google / google/yapf

incorrect split with default settings

Open
#1,039 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14k
Forks
904
PR merge metrics
No merged PRs in 30d

Description

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?

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.