equinor / fmu-ensemble

Python objectification of reservoir model ensembles left on disk by ERT.
GNU General Public License v3.0
12 stars 19 forks source link

`error_bad_lines` gives warning on `pandas >= 1.3` #214

Closed anders-kiaer closed 2 years ago

anders-kiaer commented 2 years ago

Used only one place apparently: https://github.com/equinor/fmu-ensemble/search?q=error_bad_lines

This has been deprecated since pandas == 1.3 and is now emitting a FutureWarning (instead of the more natural DeprecationWarning) when used (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html).