From 062195ad75b759ac5ce73b0d2f6ff71778e27c17 Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Mon, 7 Aug 2023 13:16:53 +0100 Subject: [PATCH] Pre commit formatting --- tests/test_plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plotting.py b/tests/test_plotting.py index a0189e9..bcb910c 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -91,7 +91,7 @@ def test_plotting_projection(unfold_obj: UnfoldKSet): vscale=2.0, contour_plot=True, alpha=0.4, - save="test.png", + save='test.png', ax=None, cmap='PuBu', show=True,