Skip to content

Commit c7c8fdf

Browse files
Bill LadwigKevin Hallock
authored andcommitted
PEP 8
1 parent 948670d commit c7c8fdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/comp_utest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
TEST_FILE = ("/Users/ladwig/Documents/wrf_files/wrf_vortex_multi/moving_nest/"
1616
"wrfout_d02_2005-08-28_00:00:00")
17-
17+
1818
OUT_NC_FILE = "/tmp/wrftest.nc"
1919
NCFILE = nc(TEST_FILE)
2020
GROUP_FILES = [
@@ -676,10 +676,10 @@ def func(self):
676676
omp_set_num_threads(omp_get_num_procs()//2)
677677
omp_set_schedule(OMP_SCHED_STATIC, 0)
678678
omp_set_dynamic(False)
679-
680-
varnames=["avo", "pvo", "eth", "dbz", "helicity", "updraft_helicity",
681-
"omg", "pw", "rh", "slp", "td", "tk", "tv", "twb", "uvmet",
682-
"cloudfrac", "ctt"]
679+
680+
varnames = ["avo", "pvo", "eth", "dbz", "helicity", "updraft_helicity",
681+
"omg", "pw", "rh", "slp", "td", "tk", "tv", "twb", "uvmet",
682+
"cloudfrac", "ctt"]
683683

684684
omp_set_num_threads(omp_get_num_procs()-1)
685685
omp_set_schedule(OMP_SCHED_STATIC, 0)

0 commit comments

Comments
 (0)