mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/reg] Fix logistic regression cell height
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user