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
The following code snippets
from dynamic_graph.tracer import Tracer t = Tracer('t') t.setLoggerVerbosityLevel(0)
gives
SystemError Traceback (most recent call last) SystemError: ../Objects/longobject.c:244: bad argument to internal function
The text was updated successfully, but these errors were encountered:
However,
from dynamic_graph.tracer import Tracer from dynamic_graph.entity import VerbosityLevel t = Tracer('t') t.setLoggerVerbosityLevel(VerbosityLevel.VERBOSITY_ALL)
works. I will update the doc.
Sorry, something went wrong.
After double thinking about it, the error message is very misleading so I re-open this.
No branches or pull requests
The following code snippets
gives
The text was updated successfully, but these errors were encountered: