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 using the functions get_samples() or get_channels() the lists internal to the class are returned.
This can cause some problems if the externally assigned variable is modified in any way.
I think returning a copy of the internal lists instead of the lists themselves should prevent any related issues.
The text was updated successfully, but these errors were encountered:
When using the functions get_samples() or get_channels() the lists internal to the class are returned.
This can cause some problems if the externally assigned variable is modified in any way.
I think returning a copy of the internal lists instead of the lists themselves should prevent any related issues.
The text was updated successfully, but these errors were encountered: