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
We may want to define a reset() function (or something similar) to achieve this purpose.
Or, even better, just use set_backend() and set_transpiler() without arguments (that could default to None), in order to reset (i.e. to set the attributes to None, as you're doing here, and do nothing else).
We may want to define a
reset()
function (or something similar) to achieve this purpose.Or, even better, just use
set_backend()
andset_transpiler()
without arguments (that could default toNone
), in order to reset (i.e. to set the attributes toNone
, as you're doing here, and do nothing else).Originally posted by @alecandido in #1440 (comment)
The text was updated successfully, but these errors were encountered: