equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
109 stars 57 forks source link

Remove use of `XTGeoDialog.basiclogger` in tests #1174

Open mferrera opened 7 months ago

mferrera commented 7 months ago

We should move logging to be separate from XTGeoDialog. This is done in the package code but not the test code.

jcrivenaes commented 2 days ago

I think we also shall consider to entirely remove XTGeoDialog, if possible.