Cirad-ASTRE / mapMCDA

Produce an epidemiological risk map by weighting multiple risk factors
https://umr-astre.pages.mia.inra.fr/mapMCDA/
1 stars 2 forks source link

Changes in the comparison matrix crash the app #6

Closed famuvie closed 5 years ago

famuvie commented 6 years ago

Currently, all changes in the comparison matrix triggers an update of the vector of weights by calling the function compute_weights(). However, changing one cell leads to a non-reciprocal matrix (because it would be necessary to update the transposed cell at the same time) and the function throws an error that crashes the app.

famuvie commented 5 years ago

Fixed