We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suggestion from @asnyv
Including restarts from summary files is not 100% robust, as there are path length limitations, bugs, etc.
Changing from True to False is an API break, so possible for 2.0.
Unless we want that API break to cascade through semeio and into ERT's CSV_EXPORT2, the flag must be added there upfront: https://github.com/equinor/semeio/blob/master/semeio/workflows/csv_export2/csv_export2.py#L82
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggestion from @asnyv
Including restarts from summary files is not 100% robust, as there are path length limitations, bugs, etc.
Changing from True to False is an API break, so possible for 2.0.
Unless we want that API break to cascade through semeio and into ERT's CSV_EXPORT2, the flag must be added there upfront:
https://github.com/equinor/semeio/blob/master/semeio/workflows/csv_export2/csv_export2.py#L82
The text was updated successfully, but these errors were encountered: