-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace whitespace in Ref, Dev labels with underscores
gcpy/benchmark/modules/benchmark_drydep.py - Import "get_common_varnames" from benchmark_utils.py (suggested by Pylint) - Call util.replace_whitespace on refstr and devstr gcpy/benchmark/modules/benchmark_funcs.py - Import replace_whitespace from gcpy.util module - Call replace_whitespace on refstr and devstr in several routines - Update comments gcpy/benchmark/modules/benchmark_gcclassic_stats.py gcpy/benchmark/modules/benchmark_mass_cons_table.py gcpy/benchmark/modules/benchmark_models_vs_sondes.py gcpy/benchmark/modules/benchmark_scrape_gcclassic_timers.py gcpy/benchmark/modules/benchmark_scrape_gchp_timers.py gcpy/benchmark/modules/oh_metrics.py - Import replace_whitespace from gcpy.util module - Call replace_whitespace on ref_label and dev_label gcpy/benchmark/modules/benchmark_models_vs_obs.py - Import replace_whitespace from gcpy.util module - Call replace_whitespace on ref_label and dev_label - Initialize lon, lat, alt to zero (suggested by Pylint) - Align { } brackets gcpy/benchmark/modules/budget_ox.py - Move import gc higher in the list (suggested by Pylint) - Now use "from gcpy import constants" (suggested by Pylint) - Import replace_whitespace from gcpy.util module - Call replace_whitespace on devstr - Trim trailing whitespace (suggested by Pylint) gcpy/benchmark/modules/budget_tt.py - Move import gc higher in the list (suggested by Pylint) - Now use "from gcpy import constants" (suggested by Pylint) - Now use "from gcpy import util" (suggested by Pylint) - Remove "from glob import glob" (suggested by Pylint) - Call util.replace_whitespace on devstr - Trim trailing whitespace (suggested by Pylint) gcpy/benchmark/modules/budget_ox.py - Move import gc higher in the list (suggested by Pylint) - Now use "from gcpy import constants" (suggested by Pylint) - Import replace_whitespace from gcpy.util module - Call replace_whitespace on devstr - Trim trailing whitespace (suggested by Pylint) gcpy/benchmark/modules/ste_flux.py - Call util.replace_whitespace on devstr CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
13 changed files
with
134 additions
and
32 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
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
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.