equinor / fmu-config

Tool for a general YAML to YAML/IPL setup in FMU runs. Replaces manual global_variables.ipl
https://equinor.github.io/fmu-config/
GNU Lesser General Public License v3.0
0 stars 7 forks source link

MAINT: Remove oyaml #68

Closed mferrera closed 3 months ago

mferrera commented 3 months ago

Resolves #62

This functionality was used when dicts did not preserve ordering by default in Python 3.7 and below. From Python 3.8 they do, so it is no longer necessary.