equinor / resdata

Software for reading and writing the result files from the Eclipse reservoir simulator.
GNU General Public License v3.0
102 stars 94 forks source link

Clean up deprecations #717

Closed mortalisk closed 10 months ago

mortalisk commented 4 years ago

As part of equinor/ert/issues/737 Let's try to remove as many deprecated pieces of code as possible. Here is a list.

Runtime warnings:

Other deprecations:

abingham commented 1 year ago

I'd like to upvote this if that's a thing on this project. In particular, ecl_grid.py uses the deprecated EclKW.type property, resulting in a lot of warnings printed to the terminal. I'm using ecl to develop some command line tools, and this extra chatter is confusing to users.

pinkwah commented 10 months ago

Duplicate of https://github.com/equinor/resdata/issues/537