Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Jun 17, 2024
1 parent fbd2521 commit 02b7a50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_mahalanobis.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import numpy as np
from scipy.spatial.distance import mahalanobis

from distmetrics.mahalanobis2d import (
compute_mahalonobis_dist_2d,
eigh2d,
get_spatiotemporal_covar,
get_spatiotemporal_mu,
get_spatiotemporal_var,
compute_mahalonobis_dist_2d,
)


np.random.seed(0)


Expand Down

0 comments on commit 02b7a50

Please sign in to comment.