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
Something weird is going on with the retiling. n_tiles_side should specify the number of tiles per side, so that the result of n_tiles_side = 2 would be 4 tiles, 2 in x by 2 in y. This is also essential, as the division scheme is built on powers of 2 (albeit that this could be modified).
The text was updated successfully, but these errors were encountered:
Something weird is going on with the retiling. n_tiles_side should specify the number of tiles per side, so that the result of n_tiles_side = 2 would be 4 tiles, 2 in x by 2 in y. This is also essential, as the division scheme is built on powers of 2 (albeit that this could be modified).
The text was updated successfully, but these errors were encountered: