Skip to content

Commit d4986a0

Browse files
author
Danilo Ferreira de Lima
committed
Test plot.
1 parent 7d117cb commit d4986a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_applications_grating.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def test_grating_1d_fit():
4141

4242
cal.fit()
4343

44+
cal.plot()
45+
4446
assert np.isclose(cal.e0, true_offset, atol=1e-2, rtol=1e-2)
4547
assert np.isclose(cal.slope, true_slope, atol=1e-2, rtol=1e-2)
4648

0 commit comments

Comments
 (0)