Skip to content

Commit 3788d0c

Browse files
committed
Propagate Core API updates to sklearn parameter passing tests
1 parent 0143cf0 commit 3788d0c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

tests/test_sklearn.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,19 @@ def setUpClass(cls):
482482
KhiopsCoclustering: {
483483
"fit": {
484484
("khiops.core", "prepare_coclustering_deployment"): {
485-
2: os.path.join(cls.output_dir, "Coclustering.khcj"),
485+
2: os.path.join(
486+
cls.output_dir, "main_tableCoclusteringResults.khcj"
487+
),
486488
3: "CC_main_table",
487489
4: "SampleId",
488-
5: cls.output_dir,
490+
5: os.path.join(
491+
cls.output_dir, "CC_Keys_main_table_deployed.kdic"
492+
),
489493
},
490494
("khiops.core", "read_coclustering_results_file"): {
491-
0: os.path.join(cls.output_dir, "Coclustering.khcj")
495+
0: os.path.join(
496+
cls.output_dir, "main_tableCoclusteringResults.khcj"
497+
)
492498
},
493499
("khiops.core", "train_coclustering"): {
494500
1: "main_table",

0 commit comments

Comments
 (0)