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
Hi,
The radius must be a whole number. CellPyLib doesn't support a radius like 1.5. The neighbourhood size will be 2r+1. So supported neighbourhood sizes are 3 (r=1), 5 (r=2), etc.
Hi, I am trying to test the evolution of the automaton with a neighborhood of size 4 given by r=1.5, but I get the following error:
TypeError: slice indices must be integers or None or have an __index__ method
This is the code to reproduce it:
Attached is also an image of the error:
The text was updated successfully, but these errors were encountered: