Skip to content

Commit

Permalink
Update plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neukym authored Dec 5, 2024
1 parent a4ce9c6 commit bc47799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kymata/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bc47799

Please sign in to comment.