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 runtime wrapper object is a very thin layer on top of the actual runtime objects, we can probably do without it and instead use a base class.
An .info attribute (or function) would be very useful for debugging, it should contain all parameters that were used in initialisation and maybe a bit of internal information if available.
The text was updated successfully, but these errors were encountered:
The runtime wrapper object is a very thin layer on top of the actual runtime objects, we can probably do without it and instead use a base class.
An
.info
attribute (or function) would be very useful for debugging, it should contain all parameters that were used in initialisation and maybe a bit of internal information if available.The text was updated successfully, but these errors were encountered: