-
Notifications
You must be signed in to change notification settings - Fork 3
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
Save States Patches + Misc. #153
Merged
Merged
Changes from 9 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8831d67
Fixed duplicates in save_states config bug.
matt-wolff 3758e46
Simplified ecoli_master_sim.py agent saving.
matt-wolff 6917a9e
Replaced 'diffusion' w/ 'reaction_diffusion' in ecoli_engine_process.
matt-wolff 73e13e4
Order save_times.
matt-wolff c675f26
Updated the vivarium save states.
matt-wolff fce79ed
Fixed colony saving so processes are not serialized.
matt-wolff d4f47cb
Regenerated colony_t4000.json
matt-wolff d150374
Updated vivarium-core requirements.
matt-wolff afac09e
Reverted doc/requirements.
matt-wolff 665ca39
Include saved state time in random seed
U8NWXD d850cf3
Avoid serializing Unum in saved state
U8NWXD 492dc42
Make sure requesters run when loading saved state
U8NWXD 3cbdb24
Merge branch 'master' into save_patches
U8NWXD 8a8a6c0
Initialize Exchange Data when Loading Saved Colony
U8NWXD 0f29bc5
Avoid copying processes before retrieving inner states
U8NWXD da97254
Use Process Commands for Saving States
U8NWXD d4cab77
Upgrade stochastic-arrow to 0.5.0
U8NWXD 548049d
Update EngineProcess to use pre_send_command()
U8NWXD e8c1d59
Stop Saving evolvers_ran and Extra Requester Run
U8NWXD b6a2b9d
Make binomial division deterministic
U8NWXD 5e49cf1
Remove evolvers_ran from saved states
U8NWXD 8976e2b
Fix tests
U8NWXD d9c4cf8
Upgrade vivarium core dependency
U8NWXD 89a1d53
Merge branch 'master' into save_patches
U8NWXD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, sorry for changing the parameter name. It's for the greater good!