Skip to content
Snippets Groups Projects
Commit 6b37218a authored by Christoph von Oy's avatar Christoph von Oy
Browse files

Fixed softare engineering bug

parent 4b11993f
No related branches found
No related tags found
No related merge requests found
......@@ -811,6 +811,11 @@ def compute_assignment_common_reference(
class Assignment(abc.ABC):
#
@abc.abstractmethod
def is_view_resample(self) -> bool:
pass
# proviedes a view indexed by target into the values indexed by source
@abc.abstractmethod
def resample(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment