We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d6006 commit a81e1daCopy full SHA for a81e1da
mindee/parsing/standard/amount.py
@@ -39,4 +39,4 @@ def __init__(
39
self._set_position(raw_prediction)
40
41
def __str__(self) -> str:
42
- return float_to_string(self.value)
+ return float_to_string(self.value) if self.value is not None else ""
tests/data
0 commit comments