Spaces:
Sleeping
Sleeping
Update quantification.py
Browse files- quantification.py +1 -1
quantification.py
CHANGED
|
@@ -343,4 +343,4 @@ def cells_to_records(cells: list[CellMeasurement]) -> list[dict]:
|
|
| 343 |
"Mean Cytoplasm Fluorescence": round(m.mean_cytoplasm, 4),
|
| 344 |
}
|
| 345 |
)
|
| 346 |
-
return rows
|
|
|
|
| 343 |
"Mean Cytoplasm Fluorescence": round(m.mean_cytoplasm, 4),
|
| 344 |
}
|
| 345 |
)
|
| 346 |
+
return rows
|