Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv_export2 does not work with dates beyond year 2262 #474

Closed
berland opened this issue Oct 31, 2022 · 0 comments · Fixed by #568
Closed

csv_export2 does not work with dates beyond year 2262 #474

berland opened this issue Oct 31, 2022 · 0 comments · Fixed by #568
Labels
bug Something isn't working

Comments

@berland
Copy link
Collaborator

berland commented Oct 31, 2022

Describe the bug
csv_export2 will crash if it encounters summary files containing dates beyond the year 2262. This is a limitation from fmu-ensemble which again inherits the limitation from pandas.

The bug is part of the documentation, remove when resolved (inside csv_export2.py)

Expected behavior
No error.

Workaround
Users can use ECL2CSV (from ecl2df) as a forward model, and merge_csv (subscript) as a workflow.

Possible resolution
fmu-ensemble can use ecl2df to parse the summary files, which is able to workaround the 2262-issue in pandas:
See equinor/fmu-ensemble#182 (stale)

Alternatively, fixing equinor/resdata#804 might also suffice. EDIT: It did not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant