Skip to content

Commit 3236879

Browse files
committed
refactor: remove unnecssary plotting in test
1 parent cc1fb65 commit 3236879

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_fitting.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ def test_t_r_peak_gaussian(self):
2828
peak = t_r_peak_gaussian(r, 4, 1.6, 0.15, self.composition, 'Si', 'O')
2929
self.assertEqual(len(peak), len(r))
3030

31-
import matplotlib.pyplot as plt
32-
plt.plot(r, peak)
33-
plt.show()

0 commit comments

Comments
 (0)