Skip to content

Commit e419ba3

Browse files
committed
Changed 'atlas_pixel_size' from int to float in 'DCGroupParameters' model
1 parent d0554ae commit e419ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class DCGroupParameters(BaseModel):
8181
tag: str
8282
atlas: str = ""
8383
sample: Optional[int] = None
84-
atlas_pixel_size: int = 0
84+
atlas_pixel_size: float = 0
8585

8686

8787
@router.post("/visits/{visit_name}/{session_id}/register_data_collection_group")

0 commit comments

Comments
 (0)