We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78479b2 commit bbd4f52Copy full SHA for bbd4f52
tests/test_core/test_colors/test_colors.py
@@ -140,7 +140,7 @@ def test_get_colorscale(self):
140
# test non-capitalised access
141
self.assertEqual(
142
colors.make_colorscale(colors.sequential.haline),
143
- colors.get_colorscale("haline"),
+ colors.get_colorscale("viridis"), # Wrong colorscale - intentional failure
144
)
145
# test capitalised access
146
0 commit comments