-
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.
change string formation from algebraic approach to f-strings break up some dense function calls remove globals adjust input arguments to permit global removal lots of snake_case adjustments
- Loading branch information
Showing
4 changed files
with
198 additions
and
178 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' for fre.cmor imports ''' | ||
from .CMORmixer import cmor_run_subtool | ||
from .cmor_mixer import cmor_run_subtool | ||
from .frecmor import cmor_cli | ||
|
||
__all__ = ["cmor_run_subtool", "cmor_cli"] |
Oops, something went wrong.