wetransform-os / ProMCDA

A tool to estimate ranks of alternatives and their uncertainties based on the Multi Criteria Decision Analysis approach.
Eclipse Public License 2.0
5 stars 1 forks source link

Bug fix toy example #35

Closed Flaminietta closed 7 months ago

Flaminietta commented 7 months ago

The toy example works now.

The main problem was related to the new read_matrix function in utils_for_main.py that now internally sets the index of the matrix to its first column (i.e. Alternatives). This step is not required anymore by the user.

Additionally, in the plotting functions now the name of the alternatives is not hard-coded anymore: alternatives_column_name = all_means.columns[0].