We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f29304 commit 076942fCopy full SHA for 076942f
src/ect/sect.py
@@ -1,5 +1,5 @@
1
from ect import ECT
2
-from .embed_complex import EmbeddedGraph, EmbeddedCW
+from .embed_complex import EmbeddedComplex
3
from .directions import Directions
4
from .results import ECTResult
5
from typing import Optional, Union
@@ -37,7 +37,7 @@ def __init__(
37
38
def calculate(
39
self,
40
- graph: Union[EmbeddedGraph, EmbeddedCW],
+ graph: EmbeddedComplex,
41
theta: Optional[float] = None,
42
override_bound_radius: Optional[float] = None,
43
) -> ECTResult:
0 commit comments