From c962d1e64055412b9f1b1b61a6a0d6d1de41bf8d Mon Sep 17 00:00:00 2001 From: "Matthew N. White" Date: Tue, 20 Feb 2024 14:51:15 -0500 Subject: [PATCH] Missed a space --- HARK/tests/test_HARKutilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HARK/tests/test_HARKutilities.py b/HARK/tests/test_HARKutilities.py index 1e945d513..a21ed3712 100644 --- a/HARK/tests/test_HARKutilities.py +++ b/HARK/tests/test_HARKutilities.py @@ -89,5 +89,5 @@ def test_make_figs(self): # Test the make_figs() function with a trivial output plt.figure() plt.plot(np.linspace(1, 5, 40), np.linspace(4, 8, 40)) - make_figs("test", True , False, target_dir="") + make_figs("test", True, False, target_dir="") plt.clf()