You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the VFPAnalysis plugin, with recent version of ecl2df / res2df gives:
File ".../site-packages/webviz_subsurface/plugins/_vfp_analysis/_utils/_vfp_data_model.py", line 11, in <module>
from ecl2df.vfp._vfpdefs import (
ModuleNotFoundError: No module named 'ecl2df.vfp._vfpdefs'; 'ecl2df.vfp' is not a package
Changing to
python -c "from ecl2df.vfp import _vfpdefs as defs; print(defs.ALQ)"
seems to work.
Users can workaround this by either using previous version of ecl2df, or comment out VFPAnalsyis plugin.
The text was updated successfully, but these errors were encountered:
Using the VFPAnalysis plugin, with recent version of
ecl2df
/res2df
gives:Changing to
seems to work.
Users can workaround this by either using previous version of
ecl2df
, or comment out VFPAnalsyis plugin.The text was updated successfully, but these errors were encountered: