Fixing data keyword bug - allowing correlations outwith datasets in exp covmat
Created by: RosalynLP
Closes #851 (closed)
I added analogues of groups_data
and groups_index
for experiments. Then rather than collecting covmats over groups I collect over experiments and use that to produce experiments_covmat_no_table
. This is then fed into groups_covmat_no_table
, wherein I sort along the dataset axis and reindex the dataframe by the group index.
I don't like relabelling the dataframe like in line 282 of results.py
but because the indices don't match across all columns I'm not sure whether there is a better way which is not going to just return NaNs.