This pull request formats properly the indexes and values of indexed sets, i.e., it uses format_entry. This was not tackled at: https://github.com/ampl/amplpy/pull/24
Merged. Thanks! BTW, we are currently preparing a new release of the internal API that should incorporate exportData so that all these corner cases are handled internally but it may still take some time.
This pull request formats properly the indexes and values of indexed sets, i.e., it uses
format_entry
. This was not tackled at: https://github.com/ampl/amplpy/pull/24