We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539d8a7 commit 504c9a8Copy full SHA for 504c9a8
petab/v2/core.py
@@ -889,7 +889,7 @@ def _validate_estimate_before(cls, v):
889
)
890
891
@field_serializer("estimate")
892
- def serialize_dt(self, estimate: bool, _info):
+ def _serialize_estimate(self, estimate: bool, _info):
893
return str(estimate).lower()
894
895
@field_validator("lb", "ub", "nominal_value")
0 commit comments