-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Plot generation with plot=False #168
Labels
bug
Something isn't working
Comments
Fix available on the new 0.7.9 |
I think i realized the problem now. i should pass the "compute_only=True", not to fiddle with plot parameter. Now it's ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version check:
Run and copy the output:
sys.version_info(major=3, minor=10, micro=12, releaselevel='final', serial=0)
0.7.8
i am on colab by the way.
Describe the bug:
even though i pass False to plot parameter it generates the plot.
Code to reproduce:
The text was updated successfully, but these errors were encountered: