bsc-quantic / dirB

An I/O HDF5-based utility to assist in the distribution, execution and integration of mathematical optimization models results coming from different sources.
Apache License 2.0
1 stars 0 forks source link

Same attribute may have different names in different HDF5 #6

Open HerManNav opened 1 year ago

HerManNav commented 1 year ago

This is due to the fact that they come from different sources/partners, and can be solved either by:

  1. Force the user to write solution attributes with a certain name (preferable approach)
  2. Change the "find" methods in order to accept a list of names instead of a single name when looking for an attribute value. This should be implemented in any case, because it is likely we would need it at some point regardless of this particular issue.