simulation

This commit is contained in:
2026-05-06 23:35:31 +02:00
parent 22ec82c895
commit 1bc7e5eb9e
13 changed files with 232 additions and 105 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class ExperimentConfig(models.Model):
def to_params_dict(self) -> dict:
"""Retourne un dict compatible avec ExperimentParams."""
return {
"experiment": self.idendifier,
"experiment": self.identifier,
"well": self.well.name,
"px_per_mm": self.px_per_mm,
"fps": self.fps,