We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ed045 commit d431764Copy full SHA for d431764
patsy/test_highlevel.py
@@ -777,5 +777,3 @@ def test_pickle_builder_roundtrips():
777
m2 = dmatrix(builder2, new_data)
778
779
assert np.allclose(m1, m2)
780
-
781
patsy/test_pickling.py
@@ -18,5 +18,3 @@ def test_unpickling_future_gives_sensible_error_msg():
18
if __name__ == "__main__":
19
# TODO Save pickle. Make sure it's running from the right directory, so
20
# the pickles are saved in the right place.
21
22
0 commit comments