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
Currently repetition vector is computed either through topology matrix or LCM using long (or long long).
To avoid any problem of overflow (if any) reproducibility, those types should be set to standard uint64_t type.
The text was updated successfully, but these errors were encountered:
Currently repetition vector is computed either through topology matrix or LCM using long (or long long).
To avoid any problem of overflow (if any) reproducibility, those types should be set to standard uint64_t type.
The text was updated successfully, but these errors were encountered: