Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Sep 1, 2024
2 parents e2f29b8 + ad5a429 commit b2c053e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simba/mixins/statistics_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from typing_extensions import Literal

import numpy as np
from numba import (bool_, float32, float64, int8, jit, njit, prange, typed, types)
from numba import (bool_, float32, float64, int8, jit, njit, prange, typed,
types)
from scipy import stats
from scipy.stats.distributions import chi2
from sklearn.covariance import EllipticEnvelope
Expand Down

0 comments on commit b2c053e

Please sign in to comment.