Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 10, 2024
1 parent b014233 commit 1b56904
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion tests/problems/cross_modality/test_translation_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import pytest

import numpy as np
from ott.geometry import epsilon_scheduler

from anndata import AnnData

Expand Down
1 change: 0 additions & 1 deletion tests/problems/generic/test_fgw_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np
import pandas as pd
from ott.geometry import epsilon_scheduler
from ott.geometry.costs import Cosine, Euclidean, PNormP, SqEuclidean, SqPNorm
from ott.solvers.linear import acceleration

Expand Down
1 change: 0 additions & 1 deletion tests/problems/generic/test_gw_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np
import pandas as pd
from ott.geometry import epsilon_scheduler
from ott.geometry.costs import Cosine, Euclidean, PNormP, SqEuclidean, SqPNorm
from ott.solvers.linear import acceleration

Expand Down
1 change: 0 additions & 1 deletion tests/problems/generic/test_sinkhorn_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np
import pandas as pd
from ott.geometry import epsilon_scheduler
from ott.geometry.costs import Cosine, Euclidean, PNormP, SqEuclidean, SqPNorm
from ott.solvers.linear import acceleration

Expand Down
1 change: 0 additions & 1 deletion tests/problems/space/test_alignment_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import numpy as np
import pandas as pd
import scipy.sparse as sp
from ott.geometry import epsilon_scheduler

import scanpy as sc
from anndata import AnnData
Expand Down
1 change: 0 additions & 1 deletion tests/problems/space/test_mapping_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
import pandas as pd
import scipy.sparse as sp
from ott.geometry import epsilon_scheduler
from ott.solvers.linear.sinkhorn import SinkhornOutput
from ott.solvers.quadratic.gromov_wasserstein import GWOutput

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np
import pandas as pd
from ott.geometry import epsilon_scheduler

from anndata import AnnData

Expand Down
2 changes: 1 addition & 1 deletion tests/problems/time/test_temporal_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np
import pandas as pd
import scipy.sparse as sp
from ott.geometry import costs, epsilon_scheduler
from ott.geometry import costs
from scipy.sparse import csr_matrix

import scanpy as sc
Expand Down

0 comments on commit 1b56904

Please sign in to comment.