fixed bug with spreadsheet import
This commit is contained in:
@ -260,7 +260,7 @@ class SpreadsheetModel(BaseModel):
|
|||||||
raise ValueError(f" '{v}' is not valid. Value must be a positive float.") from e
|
raise ValueError(f" '{v}' is not valid. Value must be a positive float.") from e
|
||||||
return v
|
return v
|
||||||
|
|
||||||
class TELLModel(SpreadsheetModel):
|
class TELLModel(SpreadsheetModel):
|
||||||
input_order: int
|
input_order: int
|
||||||
samplemountcount: int = 0
|
samplemountcount: int = 0
|
||||||
samplestatus: str = "not present"
|
samplestatus: str = "not present"
|
||||||
|
Reference in New Issue
Block a user