-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance improvements when initializing simulations - merge with l…
…egacy-devel (#322) * added tqdm bars for multi_proc * Progress bar for multi proc mode * checkpoint * changed deepcopy -> copy * added pbar for init and end of the sim * removed more deepcopies * remove unused requirements * change requirements to allow for more up to date versions * fix run_id bug * add cadCAD-tweaked info * reactivate multi-cpu processing * reactivate multi-cpu processing * Update README.md * Update README.md * get policy input refactors * get policy input refactors * improve get_policy_input perf by 2x * improve get_policy_input perf by 2x * small refactors * refactor type hints to py>3.9 * rm fn dependency * v 0.4.29 * use context manager for process pool * rm temp testing files * CHANGELOG * refactors for fixing * some refactors, P&P model not properly working * sync * fixes * rm p&p .py * revert to old README * fix runs / subsets not being init properly * fix N being 1 unit above the expected * change hints for 3.9 compat * fix py3.9 compat * fix op breaking py=3.9
- Loading branch information
Showing
24 changed files
with
12,720 additions
and
12,570 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
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
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
Oops, something went wrong.