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
{{ message }}
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
Passing a list of ASICs to client.trigger_enable_asic() (e.g. ) client.trigger_enable_asic(vata, [0, 1]) doesn't turn on the bits for ASICs 0 and 1, it just fails really quietly. Should support accepting a list (which is what I had assumed it took) OR at least throw an exception.