Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Nov 7, 2014
1 parent 25f4cb2 commit 1832b0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/colormap/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# matplotlib dependence is only inside Colormap class
import colorsys
from easydev.tools import check_param_in_list, swapdict, check_range
from colormap import xfree86
from colormap.xfree86 import XFree86_colors


Expand Down
2 changes: 1 addition & 1 deletion src/colormap/get_cmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def cmap_builder(name, name2=None, name3=None):
elif name in c.diverging_black:
return c.cmap(name)
else:
valid = c.colormaps + c.diverging_black
#valid = c.colormaps + c.diverging_black
txt = "name provided {0} is not recognised. ".format(name)
txt += "\n valid name can be found in colormap.colormap_names"
raise ValueError(txt)
Expand Down

0 comments on commit 1832b0f

Please sign in to comment.