We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Problem: (forward t n) and similar functions print what they did to std out (which is great).
(forward t n)
If you want to do a lot of steps (eg. random walk) the output gets so much that it makes nightcore run slowly. Also it creates noise.
Proposed solution: have a global flag that will disable print or send it to a bitbucket.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Problem:
(forward t n)
and similar functions print what they did to std out (which is great).If you want to do a lot of steps (eg. random walk) the output gets so much that it makes nightcore run slowly. Also it creates noise.
Proposed solution: have a global flag that will disable print or send it to a bitbucket.
The text was updated successfully, but these errors were encountered: