Skip to content

Commit

Permalink
assert_no_pickling again
Browse files Browse the repository at this point in the history
  • Loading branch information
thequackdaddy committed Nov 4, 2018
1 parent 0cd4299 commit 0cb862b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions patsy/polynomials.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,4 @@ def test_poly_errors():
assert_raises(ValueError, poly, x, degree=0)
assert_raises(ValueError, poly, x, degree=3.5)

p = poly(np.arange(1, 10), degree=3)
assert_no_pickling(p)
assert_no_pickling(Poly())

0 comments on commit 0cb862b

Please sign in to comment.