-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add backup writing to vivarium simulation Context (#455)
* add feature and test * remove unused import * add skipped test * lint * lint * add test and adjust sim.run() * lint * change protocol * add logging statement * Update test_engine.py add ticket * add self.current_time * Revert "add self.current_time" This reverts commit 322fd19. * use current time but do it right instead of wrong
- Loading branch information
1 parent
f17cc78
commit 0e60bf7
Showing
3 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ | |
"networkx", | ||
"loguru", | ||
"pyarrow", | ||
"dill", | ||
# Type stubs | ||
"pandas-stubs", | ||
] | ||
|
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