Skip to content

Commit

Permalink
PyIRoGlass v0.2.0 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Sep 24, 2023
1 parent 3bc0b8f commit d5f7124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UnitTests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def setUp(self):
self.decimalPlace = 5


@patch("matplotlib.pyplot.Figure.savefig")
def test_modelfit_savefile(self, mock_savefig):

file_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../src/PyIRoGlass/BaselineAvgPC.npz')
Expand All @@ -90,6 +91,7 @@ def test_modelfit_savefile(self, mock_savefig):
plt.close('all')


@patch("matplotlib.pyplot.Figure.savefig")
def test_modelfit_nosavefile(self, mock_savefig):

file_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../src/PyIRoGlass/BaselineAvgPC.npz')
Expand Down

0 comments on commit d5f7124

Please sign in to comment.