Skip to content

Commit

Permalink
imports - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 15, 2024
1 parent dfdf760 commit 410de29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions voka/metrics.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from math import sqrt
from math import fabs
from math import log
from scipy.special import binom
from math import fabs, log, sqrt

from scipy.special import binom # type: ignore[import]


def norm_chisq(vector1, vector2):
r"""Compare sequences vector1, vector2 with a Chi^2 test.
Expand Down

0 comments on commit 410de29

Please sign in to comment.