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
I've fs_to_conn_indices_mapping.get(aparc_aseg_matrix[i][j]) returning -1.0, which is not a valid index. I don't see why this would pass on Travis but not locally (macos 10 10).
The text was updated successfully, but these errors were encountered:
Testing locally, I see a failure in
test_show_aparc_aseg_with_new_values()
, where inI've
fs_to_conn_indices_mapping.get(aparc_aseg_matrix[i][j])
returning-1.0
, which is not a valid index. I don't see why this would pass on Travis but not locally (macos 10 10).The text was updated successfully, but these errors were encountered: