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
When compiling with --radix_sort I have the following error:
File "/home/azureuser/research-prototype/ipa/sort.py", line 49, in reveal_sort reverse.assign_vector(D.get_slice_vector(idx)) AttributeError: 'bool' object has no attribute 'assign_vector'
Do you have a solution ?
The text was updated successfully, but these errors were encountered:
Hey,
When compiling with --radix_sort I have the following error:
File "/home/azureuser/research-prototype/ipa/sort.py", line 49, in reveal_sort reverse.assign_vector(D.get_slice_vector(idx)) AttributeError: 'bool' object has no attribute 'assign_vector'
Do you have a solution ?
The text was updated successfully, but these errors were encountered: