Skip to content

Commit 31a1534

Browse files
author
Thierry RAMORASOAVINA
committed
Fix a typo when checking for Khiops compatibility on the use_complement_as_test feature
1 parent 49400ed commit 31a1534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

khiops/core/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _preprocess_task_arguments(task_args):
271271
else:
272272
task_args["test_database_mode"] = "Complementary"
273273
else:
274-
if get_khiops_version() < KhiopsVersion("10"):
274+
if get_khiops_version() < KhiopsVersion("10.0.0"):
275275
task_args["fill_test_database_settings"] = False
276276
else:
277277
task_args["test_database_mode"] = "None"

0 commit comments

Comments
 (0)