Skip to content

Commit

Permalink
Drop the default to 900k, not 9 million
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 25, 2024
1 parent cf9279d commit f829594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolphin/workflows/config/_unwrap_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SpurtTilerSettings(BaseModel):
gt=0,
)
target_points_per_tile: int = Field(
9_000_000, description="Target points per tile when generating tiles.", gt=0
900_000, description="Target points per tile when generating tiles.", gt=0
)
dilation_factor: float = Field(
0.05,
Expand Down

0 comments on commit f829594

Please sign in to comment.