コード例 #1
0
ファイル: test_cube_logic.py プロジェクト: princekx/thea
 def test_colormap_brewer(self):
     colormap = cl.get_colormap("brewer_RdBu_11")
     self.assertEqual(colormap, "brewer_RdBu_11")
コード例 #2
0
ファイル: test_cube_logic.py プロジェクト: princekx/thea
 def test_colormap_none(self):
     colormap = cl.get_colormap("Automatic")
     self.assertIsNone(colormap)