Skip to content

Commit 0cb862b

Browse files
committed
assert_no_pickling again
1 parent 0cd4299 commit 0cb862b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patsy/polynomials.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,4 @@ def test_poly_errors():
189189
assert_raises(ValueError, poly, x, degree=0)
190190
assert_raises(ValueError, poly, x, degree=3.5)
191191

192-
p = poly(np.arange(1, 10), degree=3)
193-
assert_no_pickling(p)
192+
assert_no_pickling(Poly())

0 commit comments

Comments
 (0)