-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spring cleaning: removing bugs and code smells (#261)
* removed non-existing argument from aln docstring * removed params['bold'] option * cleaned up bold initialization check * removed unreachable condition * fix continue_run order * fix typo * clean up simulateBold * fix continue_run for chunkwise=True * simplified outputDict.items() * major fixes: setOutput / BOLD * remove unused arguments * fixed aln minimal notebook * fixes to multimodel, testexploration, and continue_run * reverted to automatic append for BOLD outputs * remove duplicate arguments * removed unnecessary append after reverting to default append for BOLD * remove unused `self.start_t`, fix BOLD append for multimodel * allow `continue_run=True` on first model run * allow continue_run=True on first multimodel run * removed first run continue_run warnings
- Loading branch information
Showing
12 changed files
with
246 additions
and
300 deletions.
There are no files selected for viewing
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
Oops, something went wrong.