nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

smif DataArray name doesn't always match input name #316

Closed tomalrussell closed 5 years ago

tomalrussell commented 5 years ago

E.g. in the transport_full_test model in nismod2, in the transport wrapper, with input gva:

current_da = data_handle.get_data("gva")
# current_da.name == 'gva_per_head'

The name matches the source_output name as specified in the dependency, should match the sink_input.