equinor / flownet

FlowNet - Data-Driven Reservoir Predictions
GNU General Public License v3.0
63 stars 29 forks source link

Refactor _simulation_keywords.py #422

Open olelod opened 3 years ago

olelod commented 3 years ago

The number of variables inside some of the classes here are getting very large - currently max-attributes in .pylintrc is set to 16 (default is 7). There should be potential for refactoring using python dataclasses (ref https://docs.python.org/3/library/dataclasses.html).