-
Notifications
You must be signed in to change notification settings - Fork 21
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
May 19 Meeting #377
Comments
Some notes on examples running the v3-dev branch of BET. Will create a separate example discussing documentation. First, some general notes:
Now, some specific notes/issues.
So, it looks like a plot function needs updating.
to
|
This is about documentation.
Of course, running the pip command it asks for fixes this, but maybe we should use a theme that is standard for sphinx?
|
This warning is highly sensitive to your matplotlib version number. It doesn't seem to affect the output at all if |
Same as above. |
The rtd (Read the Docs) theme is very standard. I think they removed all of the themes from the sphinx build because of the overhead of having like 30 themes. |
@eecsu just a reminder that |
I have matlpotlib version 3.0.2, which is pretty new. I am wondering if the tricontourf calls in plotDomains.py where this occurs in the It appears to me that changing the tricontourf call to this:
will remove this warning by placing the triangles object in the right location of the plot call. I think this should work for all versions of matplotlib. |
I added extra information in the Readme |
|
normalize
toFalse
output_probability_set
toobserved_output_set
dataConsistent
tocalculateR
The text was updated successfully, but these errors were encountered: