Skip to content

Commit

Permalink
AMD return_time
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 20, 2021
1 parent 3a2e61a commit c70d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/_stats/testnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def _max_statistic_from_map(

if return_time:
if mask is not None:
stat_map = stat_map.mask(mask)
stat_map = stat_map.mask(~mask)
if dims := [dim for dim in stat_map.dimnames if dim != 'time']:
if max_stat > 0:
stat_map = stat_map.max(dims)
Expand Down

0 comments on commit c70d32c

Please sign in to comment.