Compare commits

..

No commits in common. "9684522da723b7b0fd7105e8b198506ca6ebc1d1" and "26e9400c751f9cc5e203295122a2144ae5f93022" have entirely different histories.

View File

@ -36,7 +36,7 @@ from helpers.tags import Tree
# Tests
from helpers.test.knn import CVSuiteTestKNN
from helpers.test.decision_tree import CVSuiteTestDecisionTree
# from helpers.test.decision_tree import CVSuiteTestDecisionTree
## UI config load
PROJECT_PATH = pathlib.Path(__file__).parent
@ -308,10 +308,6 @@ class CVSuite:
self.log.add(f"Std {label}", std[idx])
def runTest(self, data, event=None):
# Don't run the test if there's no scaler
if self.scaler is None:
return
output = self.builder.get_object("testdata")
output.configure(state="normal")
output.delete(1.0, "end")