Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Use pickle instead of cloudpickle in aio #2

Closed
wants to merge 3 commits into from

Conversation

aresnow1
Copy link

What do these changes do?

Use pickle instead of cloudpickle in aio to fix IndexError when deserialize the user-defined operand.

Related issue number

Fixes #1

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@aresnow1 aresnow1 added the bug Something isn't working label Jul 28, 2022
@aresnow1 aresnow1 force-pushed the bugfix/aio branch 2 times, most recently from 06e39ec to 815722f Compare July 28, 2022 03:27
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@dbbbcaa). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master       #2   +/-   ##
=========================================
  Coverage          ?   59.69%           
=========================================
  Files             ?     1020           
  Lines             ?    78447           
  Branches          ?    12816           
=========================================
  Hits              ?    46830           
  Misses            ?    29753           
  Partials          ?     1864           

Help us with your feedback. Take ten seconds to tell us how you rate us.

@aresnow1 aresnow1 closed this Jan 17, 2023
@aresnow1 aresnow1 deleted the bugfix/aio branch January 17, 2023 08:09
@XprobeBot XprobeBot removed the bug Something isn't working label Jan 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] IndexError was raised when deserialize a user-defined operand
3 participants