-
Notifications
You must be signed in to change notification settings - Fork 61
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
Most examples apps broken #361
Comments
Thanks for this summary. I think next step here is to make sure these are working, and add to automated testing (e.g., making sure they run without console errors). Quick impressions:
|
Re: the screenshot generation script: There previously was an I had to re-introduce the |
Sorry @tsmathis, sounds frustrating! I can offer some background on those props for context. Basically, there are two ways of handling a screenshot or 3D model export. Both of these ways can, in principle, be used together:
I don't remember exactly, but I think potentially 1. was removed in favor of 2.? I think the capability was always there somehow, it was just a question of whether it was done client-side or server-side. Regardless of outcome, the ultimate aim was to add both some legend tiles + a credit string to the image via |
Total example apps:
Found 6 broken out of 8 tested
apps/examples/pourbaix.py
apps/examples/structure.py
apps/examples/phase_diagram.py
apps/examples/relaxation_trajectory.py
apps/examples/structure_magnetic.py
apps/examples/transformations_minimal.py
apps/examples/transformations.py
apps/examples/write_structure_screenshot_to_file.py
Below are app screenshots.
✅
apps/examples/pourbaix.py
✅
apps/examples/structure.py
💀
apps/examples/phase_diagram.py
💀
apps/examples/relaxation_trajectory.py
💀
apps/examples/structure_magnetic.py
💀
apps/examples/transformations_minimal.py
💀
apps/examples/transformations.py
💀
apps/examples/write_structure_screenshot_to_file.py
The text was updated successfully, but these errors were encountered: