-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial frequency scaling * Update tests for new parameter * Refactor tests - Distinguish between 'opts' (used as model inputs) and 'pars' (which are used for scaling/fitting) - Use parametrize rather than explicit loops for run_opts - Use parametrize for materials rather than putting them in opts - Make test options a list rather than a generator (opts must be iterated over multiple times when using parametrize) - Simplify logic for removing None values from opts * Add test for scaling parameters * Add depreaction warnings * Use kwargs rather than list of pars in horace_disp * Update changelog * Test positional and keyword argument combinations * Multiple atol by scaling
- Loading branch information
1 parent
e324325
commit 0e2c73e
Showing
3 changed files
with
171 additions
and
78 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