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 Feb 19, 2026. It is now read-only.
The method add_cells gets a list, which it is expected to modify.
It would be more intuitive if the method instead returned the cells it needs to add instead of modifying a parameter.
The method
add_cellsgets a list, which it is expected to modify.It would be more intuitive if the method instead returned the cells it needs to add instead of modifying a parameter.