Fix for avoiding serialization error when datetimes are > 2263 #21905
Annotations
3 errors
type-checking (3.11):
src/ert/data/_measured_data.py#L219
List comprehension has incompatible type List[str]; expected List[int | datetime]
|
type-checking (3.11):
src/ert/data/_measured_data.py#L219
Argument 1 to "isoformat" of "datetime" has incompatible type "int | datetime"; expected "datetime"
|
type-checking (3.11)
Process completed with exit code 1.
|