Undo is not working properly
RicardoGomesRocha opened this issue · 0 comments
RicardoGomesRocha commented
Undo is not working properly;
Scenario:
- Create new confusion matrix;
- Set new value
confusionMatrix.matrix[3][3] = 10;
- Call undo function
Result:
The value on confusion is not the same as the confusion matrix was initialized.