equinor / flownet

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

Changed additional flow node input to list to allow various from layer to layer #342

Closed wouterjdb closed 3 years ago

wouterjdb commented 3 years ago

Changed additional flow node input to list to allow various from layer to layer

This is a breaking change. YOu now have to supply the additional flow nodes as a list (also for a single numer!), like so:

additional_flow_nodes: [1]

or, for two layers,

additional_flow_nodes: [10,50]

Or, alternatively:

additional_flow_nodes:
  - 10
  - 50

Contributor checklist

A new issue has been created as well #343.