Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some wrong in tag2triplet module #8

Open
SimLif opened this issue May 4, 2021 · 0 comments
Open

Some wrong in tag2triplet module #8

SimLif opened this issue May 4, 2021 · 0 comments

Comments

@SimLif
Copy link

SimLif commented May 4, 2021

record.append(([np.abs(e[0]-e[1])

For record.append(([np.abs(e[0]-e[1]) for e in i], list(i))), I think the code should be like that: record.append((sum([np.abs(e[0]-e[1]) for e in i]), list(i)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant