Skip to content

Commit 076942f

Browse files
committed
Update EmbeddedCW to EmbeddedComplex in SECT class
1 parent 2f29304 commit 076942f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ect/sect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from ect import ECT
2-
from .embed_complex import EmbeddedGraph, EmbeddedCW
2+
from .embed_complex import EmbeddedComplex
33
from .directions import Directions
44
from .results import ECTResult
55
from typing import Optional, Union
@@ -37,7 +37,7 @@ def __init__(
3737

3838
def calculate(
3939
self,
40-
graph: Union[EmbeddedGraph, EmbeddedCW],
40+
graph: EmbeddedComplex,
4141
theta: Optional[float] = None,
4242
override_bound_radius: Optional[float] = None,
4343
) -> ECTResult:

0 commit comments

Comments
 (0)