-
Notifications
You must be signed in to change notification settings - Fork 4
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
Model Vis inline with Callback ipynb #13
base: examples
Are you sure you want to change the base?
Conversation
Don't double-add nodes
Update examples
So far it's only workable with the photosynthesis model. Once it shows up in the node editor I can work more on optimizing it, getting rid of hard coded stuff, etc
Still a little hard-coded, but I can work on that once it's working and cleaned up properly
Big code cleanup
Does not require any user input
Added in new notebook, modified a few core files as requested |
I have a couple changes, but one that is pretty important -- |
A couple additional things:
|
Everything done except the third bullet and probably more can be done for the fourth. |
Quick comment on the socket types -- this should always be bytes as Yggdrasil always returns bytes, so there shouldn't need to be a need to parse out the actual type. The code does that in a list just in case, but in all test cases so far it has been |
Updated modelvis to be streamlined and a bunch of other files for testing/examples.
Updated gitignore to disregard wip stuff and already existing examples