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

#10720 Summary Import: support upper/lower case mismatch between file… #10738

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

kriben
Copy link
Collaborator

@kriben kriben commented Oct 20, 2023

…name and extension.

Importing files with different casing in base name and extension would fail when using libecl summary reader. E.g "norne_atw2013.SMSPEC" would fail since libecl forces the extension to be lower case even though it is given the actual extension.

Removing the lowercasing allows more flexibility in the file naming.

The problem only occurs when the libecl summary reader is used, the opm-common can already import these files.

Fixes #10720.
Fixes #10617.

…name and extension.

Importing files with different casing in base name and extension would fail when
using libecl summary reader. E.g "norne_atw2013.SMSPEC" would fail since libecl
forces the extension to be lower case even though it is given the actual extension.

Removing the lowercasing allows more flexibility in the file naming.

The problem only occurs when the libecl summary reader is used, the opm-common
can already import these files.

Fixes #10720.
Fixes #10617.
@bska
Copy link
Member

bska commented Oct 20, 2023

This is probably the same issue that I ran into in #8385.

Copy link
Member

@magnesj magnesj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on regression tests, works as expected

@magnesj magnesj merged commit 852cd40 into dev Oct 20, 2023
17 checks passed
@magnesj magnesj deleted the 10720-mixed-case-summary-import branch October 20, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mixed casing in summary file names Resinsight is unable to load cases with small letter names
3 participants