We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1fb65 commit 3236879Copy full SHA for 3236879
tests/test_fitting.py
@@ -28,6 +28,3 @@ def test_t_r_peak_gaussian(self):
28
peak = t_r_peak_gaussian(r, 4, 1.6, 0.15, self.composition, 'Si', 'O')
29
self.assertEqual(len(peak), len(r))
30
31
- import matplotlib.pyplot as plt
32
- plt.plot(r, peak)
33
- plt.show()
0 commit comments