Skip to content

Commit

Permalink
Missed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Feb 20, 2024
1 parent c8e63fb commit c962d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HARK/tests/test_HARKutilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit c962d1e

Please sign in to comment.