← back to Exo
remove old PartitioningStrategy
0af164f076a054f0d8e20881b731087728e716f2 · 2024-07-18 16:19:20 -0700 · Alex Cheema
Files touched
M exo/topology/partitioning_strategy.py
Diff
commit 0af164f076a054f0d8e20881b731087728e716f2
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Jul 18 16:19:20 2024 -0700
remove old PartitioningStrategy
---
exo/topology/partitioning_strategy.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/exo/topology/partitioning_strategy.py b/exo/topology/partitioning_strategy.py
index 52140198..ab5fe9b0 100644
--- a/exo/topology/partitioning_strategy.py
+++ b/exo/topology/partitioning_strategy.py
@@ -12,10 +12,6 @@ class Partition:
start: float
end: float
-class PartitioningStrategy(ABC):
- def node_id(self) -> str:
- pass
-
class PartitioningStrategy(ABC):
@abstractmethod
def partition(self, topology: Topology) -> List[Partition]:
← 1b194b43 reference the code for each feature listed in README
·
back to Exo
·
rm unused imports fa9d4169 →