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]>