equinor / fmu-tools

fmu-tools is a library containing tools for pre- and post-processing in a Fast Model Update (FMU) context
https://equinor.github.io/fmu-tools/
GNU Lesser General Public License v3.0
9 stars 14 forks source link

Update example code in docs #202

Closed dafeda closed 6 months ago

dafeda commented 7 months ago

fmu.config does not exist and we get error unless xlsx is opened in binary mode.

berland commented 6 months ago

fmu.config does not exist

?

[havb@st-linrgsn110:~]$ source /prog/res/komodo/stable/enable
(2024.02.05-py38) [havb@st-linrgsn110:~]$ python
Python 3.8.18 (default, Oct 24 2023, 08:42:25) 
[GCC 9.1.1 20190605 (Red Hat 9.1.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import fmu
>>> from fmu import config
>>> from fmu.config import oyaml as yaml
>>>