-
Notifications
You must be signed in to change notification settings - Fork 5
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
GUI: add task control for int, float, string and structure #295
Conversation
b4a5e96
to
203a663
Compare
d457dd1
to
37fc92c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #295 +/- ##
==========================================
+ Coverage 75.75% 80.55% +4.79%
==========================================
Files 70 66 -4
Lines 4615 5157 +542
==========================================
+ Hits 3496 4154 +658
+ Misses 1119 1003 -116
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
37fc92c
to
312c1b3
Compare
Can this be also turned off? I am just a bit worried if people have huge structures that the GUI becomes quite slow. Not sure if this a valid worry as I don't know much about the computational cost for rendering atomic structures |
Yes, there is a toggle button so that the user can switch between |
See issue #296
Here is an example that shows the value of int, float, string and StructureData sockets:
Then open the web app, and visualize the WorkGraph, here is a screenshot from the web app:
TODO
How to handle serializer registered in PythonJob?