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()