-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error in plotting module #35
Comments
I tried locally and by installing the Attempting a fix of the online docs by adding such package to the |
Build is finished but the |
I just looking into the raw log for the last API docs build (here). This exception is raised when running the plotting script is run:
I believe the error is caused by the fix required for Jupyter. I would advise simply setting a |
Thanks for looking into this! I tried the fix you suggested (see 82bb79a), let's see if it works. Also, I think the |
Perfect 🤞 I have actually started expending |
I see it's still not building. It looks like the fix for Jupyter is actually also needed for the API build:
|
The workaround I see would be to set I don't see another solution for now, though there is probably something more elegant to extract the conda path when |
Can you try to implement it please? @gaffarelj |
I can take a look at it when I have time yes. |
The plotting API docs are now live. I fixed this with 51f6d1b. |
When doing:
this error is thrown:
This is likely the reason why the API docs for the plotting module are empty (interestingly enough, they do show up when producing the API docs locally - likely because the local system retrieves docstrings directly from the source code instead of tudatpy objects).
The text was updated successfully, but these errors were encountered: