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
Our ATS passes some Bitfile objects across multiprocess boundaries and hit:
PicklingError: Can't pickle <function unpack_numeric_unsigned at 0x00000000050AFF98>: it's not found as nifpga.bitfile.unpack_numeric_unsigned
This change restores Bitfile's ability to be pickled.
0 commit comments