[apps/reg] Fix logistic regression cell height

This commit is contained in:
Léa Saviot
2018-06-06 15:34:44 +02:00
committed by Émilie Feral
parent e4fc5e8a64
commit c25ba1bd66
4 changed files with 36 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ bool StoreParameterController::handleEvent(Ion::Events::Event event) {
HighlightCell * StoreParameterController::reusableCell(int index) {
assert(index >= 0);
assert(index < reusableCellCount() - 1);
assert(index < reusableCellCount());
if (index == reusableCellCount() - 1) {
return &m_changeRegression;
}