In LearningTestRunner, the new python api (kht_test) runs systematically the tests for Khiops, Khiops_coclustering and KNI. It fails if KNITransfer is missing. Therefore I added 2 new conda packages (as sub-packages): kni and kni-transfer.
A second commit concerns kht_test.py. The origin of the problem is that linux packages use openmpi and conda package use mpich. kht_test is now compliant with both: the flags specific to openmpi are translate in environment variables.
In
LearningTestRunner
, the new python api (kht_test) runs systematically the tests for Khiops, Khiops_coclustering and KNI. It fails if KNITransfer is missing. Therefore I added 2 new conda packages (as sub-packages): kni and kni-transfer.A second commit concerns
kht_test.py
. The origin of the problem is that linux packages use openmpi and conda package use mpich.kht_test
is now compliant with both: the flags specific to openmpi are translate in environment variables.