Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanozleyen committed Nov 25, 2024
1 parent be8460a commit 90fa16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/moscot/problems/space/_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
from moscot._types import ArrayLike, Device_t, Str_Dict_t
from moscot.base.problems._mixins import AnalysisMixin
from moscot.base.problems.compound_problem import B, K
from moscot.base.problems.problem import AbstractSpSc, AbstractSrcTgt
from moscot.base.problems.problem import AbstractSpSc
from moscot.utils.subset_policy import StarPolicy

__all__ = ["SpatialAlignmentMixin", "SpatialMappingMixin"]


class SpatialAlignmentMixin(AnalysisMixin[K, B], AbstractSrcTgt):
class SpatialAlignmentMixin(AnalysisMixin[K, B]):
"""Spatial alignment mixin class."""

def __init__(self, *args: Any, **kwargs: Any) -> None:
Expand Down

0 comments on commit 90fa16d

Please sign in to comment.