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 function declaration
@gen function bar() @trace(bernoulli(0.5), :x) @trace(foo()) end
clashes with PyPlot.bar imported earlier. When running the notebook in sequence this will result in the error
cannot assign a value to variable PyPlot.bar from module Main
Any renaming of the function to a name that is not yet taken should solve this issue (tested with name bar2).
bar2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The function declaration
clashes with PyPlot.bar imported earlier. When running the notebook in sequence this will result in the error
Any renaming of the function to a name that is not yet taken should solve this issue (tested with name
bar2
).The text was updated successfully, but these errors were encountered: