You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Python 3.8 is the oldest version of Python cuDF supports and pickle.HIGHEST_PROTOCOL=5 in Python 3.8+ (at least until a new pickle protocol comes along), all the pickle.HIGHEST_PROTOCOL >=5 checks are True. Would recommend dropping these checks and just run the code included in them
As Python 3.8 is the oldest version of Python cuDF supports and
pickle.HIGHEST_PROTOCOL=5
in Python 3.8+ (at least until a newpickle
protocol comes along), all thepickle.HIGHEST_PROTOCOL >=5
checks areTrue
. Would recommend dropping these checks and just run the code included in themcudf/python/cudf/cudf/tests/test_pickling.py
Line 28 in d14d980
cudf/python/cudf/cudf/tests/test_pack.py
Line 194 in d14d980
The text was updated successfully, but these errors were encountered: