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

About a bug in "learn_struct_K2" #65

Open
lxq2018 opened this issue May 8, 2018 · 1 comment
Open

About a bug in "learn_struct_K2" #65

lxq2018 opened this issue May 8, 2018 · 1 comment

Comments

@lxq2018
Copy link

lxq2018 commented May 8, 2018

Many thanks for sharing this very helpful toolbox!

A small bug is detected in "learn_struct_K2":
Line 78, "while ~done & (length(ps) <= max_fan_in)"
should be "while ~done & (length(ps) < max_fan_in)".
Could you please fix it in the future version? Thanks!

By the way, it may be better to change "&" into "&&" in this line.

XQ Liu

@WANGXin1205
Copy link
Contributor

you are right

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

2 participants