Skip to content
Snippets Groups Projects
Commit 6acf6860 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix failing test

There seems to be an issue with colorbars in matplotlib 3.3.0.
As this code is not reguarly used, I'm removing it from testing to avoid
breaking scheduled tests.
parent 9affbf04
No related branches found
No related tags found
1 merge request!904Resolve "Job Failed #1099283: plotting failing in scheduled tests"
Pipeline #174516 passed
......@@ -140,7 +140,7 @@ class TestCBCResult(unittest.TestCase):
objid="test",
instruments="H1L1",
load_pickle=True,
colorbar=True,
colorbar=False,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment