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
The classes PTXSource and CUSource should allow the user to pass text strings to their __init__ methods. Currently only bytes strings are accepted. This should be changed as the input is human-readable text not raw data.
The classes
PTXSourceandCUSourceshould allow the user to pass text strings to their__init__methods. Currently only bytes strings are accepted. This should be changed as the input is human-readable text not raw data.