Inconsistent argument order in methods
ClusterPermutation.get_sig_clusters takes and data argument then thresh:
https://gitlab.com/ajquinn/glmtools/-/blob/master/glmtools/permutations.py#L357
However, MNEClusterPermutation.get_sig_clusters takes thresh first then data:
https://gitlab.com/ajquinn/glmtools/-/blob/master/glmtools/permutations.py#L635
Would be good to have a consistent argument order for methods with the same name.