Skip to content

Commit

Permalink
STY: PEP8 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 12, 2023
1 parent f17b4f2 commit b649352
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmweather/_cm_colorblind.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ def yuv_rainbow_24(nc):
# the work done in Crameri et al. (2020), but modified by Michelson for
# depolarization ratio and rhohv moments in radar.

cm_oleron_depol_vals = np.genfromtxt(
os.path.join(data_dir, 'crameri-michelson-oleron-depol.txt'))
cm_oleron_depol_vals = np.genfromtxt(os.path.join(data_dir, 'crameri-michelson-oleron-depol.txt'))

cm_roma_rhohv_vals = np.genfromtxt(
os.path.join(data_dir, 'crameri-michelson-roma-rhohv.txt'))
cm_roma_rhohv_vals = np.genfromtxt(os.path.join(data_dir, 'crameri-michelson-roma-rhohv.txt'))

datad = {
'HomeyerRainbow': yuv_rainbow_24(15),
Expand Down

0 comments on commit b649352

Please sign in to comment.