-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: (48 commits) Bump to v1.6 BUG: fix issue with how 'param_samples' was being compared to None. BUG: use codecov token stored to github repository secrets BUG: temporarily remove some rarely-used packages from the global requirements file, as they are causing problems DOCS: update CHANGELOG and librarian version BUG: minor bug fixes Deprecate 'holodeck.librarian.libraries' ==> 'holodeck.librarian.lib_tools' Store parameters in each simulation file. Load param-samples when combining 'domain' runs, and save to combined domain file. Add separate names for combined simulation 'library' and 'domain' Full (trial) implementation of domain construction with 'combine' working. Pass existing 'log' to sam instances. Fix issue with bf_frac_lo extending to 0.0 (cant) In 'normalized_params', use 'None' values to produce default values. Added tests also. BUG: issue with loading saves In 'fit_spectra' only require match to library file name ending, not whole name In gen_lib, add in 'verbose' CL argument; work on setting up 'domain' exploration runs When loading saved parameter-spaces, access class-name from save file BUG: Try to fix issue with loggers not setting correct level when using both stream and file IO Cleanup; move code to setup pspace to separate function Add script for copying sets of libraries into a single output folder for transfer Move constants to root of librarian module ...
- Loading branch information
Showing
37 changed files
with
1,683 additions
and
450 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
4 changes: 2 additions & 2 deletions
4
.../api_ref/holodeck.librarian.libraries.rst → .../api_ref/holodeck.librarian.lib_tools.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. |holodeck| replace:: :py:mod:`holodeck` | ||
.. |sam_class| replace:: :py:class:`~holodeck.sams.sam.Semi_Analytic_Model` | ||
.. |hard_class| replace:: :py:class:`~holodeck.hardening._Hardening` | ||
.. |pspace_class| replace:: :py:class:`~holodeck.librarian.libraries._Param_Space` | ||
.. |pdist_class| replace:: :py:class:`~holodeck.librarian.libraries._Param_Dist` | ||
.. |pspace_class| replace:: :py:class:`~holodeck.librarian.lib_tools._Param_Space` | ||
.. |pdist_class| replace:: :py:class:`~holodeck.librarian.lib_tools._Param_Dist` | ||
.. |ps_test_class| replace:: :py:class:`~holodeck.librarian.param_spaces.PS_Test` |
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.