diff --git a/kymata/plot/plot.py b/kymata/plot/plot.py index fb8c49fb..8c0fc718 100644 --- a/kymata/plot/plot.py +++ b/kymata/plot/plot.py @@ -503,7 +503,7 @@ def expression_plot( sidak_corrected_alpha = 1 - ( (1 - alpha) - ** (1 / (2 * len(expression_set.latencies) * n_channels * len(show_only))) + ** np.float128(1 / (2 * len(expression_set.latencies) * n_channels * len(show_only))) ) sidak_corrected_alpha = p_to_logp(sidak_corrected_alpha)