Skip to content

Commit

Permalink
fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Dec 16, 2023
1 parent 205d911 commit c7f8984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pydl/pydlutils/tests/test_bspline.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_iterfit():
# print(yfit)
# pylab.plot(x, y, 'k-', x, yfit, 'r-')


def test_iterfit_2d():
y0 = np.array([0.661984, 0.134913, 0.0410350, 0.940134, 0.411034,
0.484675, 0.169943, 0.325046, 0.269194, 0.552381,
Expand Down Expand Up @@ -75,6 +76,7 @@ def test_iterfit_2d():
assert sset.npoly == 1
assert sset.funcname == 'legendre'


def test_cholesky_band():
ab = np.array([[8., 9., 10., 11., 12., 13., 14., 0., 0., 0.],
[1., 2., 3., 4., 5., 6., 0., 0., 0., 0.],
Expand Down

0 comments on commit c7f8984

Please sign in to comment.