Update tests

This commit is contained in:
2025-01-09 11:25:19 +01:00
parent 5ec59b80ab
commit 761f57be6c
4 changed files with 12 additions and 7 deletions

View File

@@ -33,8 +33,8 @@ TEST_CASE("Test Python Classifiers score", "[PyClassifiers]")
{"RandomForest", new pywrap::RandomForest()}
};
map<std::string, std::string> versions = {
{"ODTE", "1.0.0"},
{"STree", "1.3.2"},
{"ODTE", "1.0.0-1"},
{"STree", "1.4.0"},
{"SVC", "1.5.1"},
{"RandomForest", "1.5.1"}
};