Skip to content

Commit 504c9a8

Browse files
committed
..
1 parent 539d8a7 commit 504c9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/v2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def _validate_estimate_before(cls, v):
889889
)
890890

891891
@field_serializer("estimate")
892-
def serialize_dt(self, estimate: bool, _info):
892+
def _serialize_estimate(self, estimate: bool, _info):
893893
return str(estimate).lower()
894894

895895
@field_validator("lb", "ub", "nominal_value")

0 commit comments

Comments
 (0)