Skip to content

Commit

Permalink
fix pool typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mschart authored Sep 6, 2024
1 parent a68aff8 commit ecb2ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainwidemap/meta/bwm_figs.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def pool_results_across_analyses(return_raw=False):
'valuesminusnull_median': 'decoding_effect',
'sig_combined_corrected': 'decoding_significant'})

d[vari].dropna(axis=0,how='any',subset=['decoding_effect'])
d[vari].dropna(axis=0,how='any',subset=['decoding_effect'], inplace=True)
#d[vari].reset_index(inplace=True)

D['decoding'] = d
Expand Down

0 comments on commit ecb2ef1

Please sign in to comment.