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

Old maybe unused corner case in dark_storage/common.py #9203

Open
yngve-sk opened this issue Nov 13, 2024 · 0 comments
Open

Old maybe unused corner case in dark_storage/common.py #9203

yngve-sk opened this issue Nov 13, 2024 · 0 comments

Comments

@yngve-sk
Copy link
Contributor

Instances of this have been here for some time.

            try:
                return data.astype(float)
            except ValueError:
                return data

Ref: https://github.com/equinor/ert/blob/81e5f2a91c9fd9963b2f6930b18cc9752b48b9d2/src/ert/dark_storage/common.py

Can/should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant