From 6acf686026d821bd3b178be3cf9b4f87899b3706 Mon Sep 17 00:00:00 2001 From: Greg Ashton <gregory.ashton@ligo.org> Date: Mon, 7 Dec 2020 16:23:05 +0000 Subject: [PATCH] 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. --- test/gw/plot_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gw/plot_test.py b/test/gw/plot_test.py index 2a33fdec0..e85aac75a 100644 --- a/test/gw/plot_test.py +++ b/test/gw/plot_test.py @@ -140,7 +140,7 @@ class TestCBCResult(unittest.TestCase): objid="test", instruments="H1L1", load_pickle=True, - colorbar=True, + colorbar=False, ) -- GitLab