Skip to content

Commit

Permalink
Use L1 inversion by default for timeseries (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie authored Dec 21, 2024
1 parent 9117896 commit 2e01f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolphin/workflows/config/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class TimeseriesOptions(BaseModel, extra="forbid"):
),
)
method: Literal["L1", "L2"] = Field(
"L2", description="Norm to use during timeseries inversion."
"L1", description="Norm to use during timeseries inversion."
)
reference_point: Optional[tuple[int, int]] = Field(
None,
Expand Down

0 comments on commit 2e01f08

Please sign in to comment.