We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7683f commit 7857860Copy full SHA for 7857860
src/movie_decoding/utils/check_free_recall.py
@@ -321,7 +321,7 @@ def get_empirical_concept_ps_yyding(
321
322
mask = np.ones(len(activations), dtype=bool)
323
mask[np.concatenate(range_indices)] = False
324
- if len(surrogate_mask) > 0:
+ if len(surrogate_mask) > 1:
325
mask[surrogate_mask[0] : surrogate_mask[1]] = False
326
327
avg_activation = np.mean(target_activations)
0 commit comments