Skip to content

Commit

Permalink
MNT bump model specification to use
Browse files Browse the repository at this point in the history
  • Loading branch information
gadorlhiac committed Apr 11, 2024
1 parent 27ef7cf commit e6be70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lute/io/models/sfx_find_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ class SZParameters(BaseModel):
flag_type="--",
)
detectorDistance: float = Field(
0.0, description="Detector distance from interaction point in m"
0.0, description="Detector distance from interaction point in m", flag_type="--"
)
access: Literal["ana", "ffb"] = Field(
"ana", description="Data node type: {ana,ffb}"
"ana", description="Data node type: {ana,ffb}", flag_type="--"
)
szfile: str = Field("qoz.json", description="Path to SZ's JSON configuration file")
lute_template_cfg: TemplateConfig = Field(
Expand Down

0 comments on commit e6be70d

Please sign in to comment.