From bb20ea80bef0932dd31867f2fc7467ee12ab122e Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Wed, 3 Jun 2026 17:22:55 -0400 Subject: [PATCH] Remove outdated `single-reference` doc from `InterferogramNetwork` --- src/dolphin/workflows/config/_common.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/dolphin/workflows/config/_common.py b/src/dolphin/workflows/config/_common.py index 6f6e39b7..33b82c6a 100644 --- a/src/dolphin/workflows/config/_common.py +++ b/src/dolphin/workflows/config/_common.py @@ -171,10 +171,7 @@ class PhaseLinkingOptions(BaseModel, extra="forbid"): class InterferogramNetwork(BaseModel, extra="forbid"): - """Options to determine the type of network for interferogram formation. - - If no parameters passed, uses single-reference network with `reference_idx=0`. - """ + """Options to determine the type of network for interferogram formation.""" _directory: Path = PrivateAttr(Path("interferograms"))