-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two bugs in Ensemble class (#1162)
* ensure that if we did a temporary cast of a new libE_specs to dict, it gets cast back to a class upon setting. Passthrough nworkers attribute upon setting libE_specs if the Ensemble doesn't have it, but libE_specs does * fixes and improvements for libE_specs setting and nworkers attributes passthrough, plus a test * didn't need to do this kind of "passthrough" since the nworkers property returns the correct value
- Loading branch information
Showing
2 changed files
with
43 additions
and
16 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