Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Dec 12, 2024
1 parent ed35030 commit 81220c6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
apt-get install -y curl
- name: Download Khiops core
run: |
curl https://github.com/KhiopsML/khiops/releases/download/10.2.3/khiops-core-${{ env.MPI_IMPLEMENTATION }}_10.2.3-1-${{ env.VERSION_CODENAME }}.amd64.deb --output artifacts/khiops-core.deb
curl -L https://github.com/KhiopsML/khiops/releases/download/10.2.3/khiops-core-${{ env.MPI_IMPLEMENTATION }}_10.2.3-1-${{ env.VERSION_CODENAME }}.amd64.deb --output ./artifacts/khiops-core.deb
- name: Install Khiops core
run: |
dpkg -i ./artifacts/khiops-core* || true
Expand Down
3 changes: 2 additions & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ REM Create drivers installation directory
mkdir %PREFIX%\lib

REM Copy the libs for the driver package
copy builds\conda\bin\*.dll %PREFIX%\lib\
copy bin\*.dll %PREFIX%\lib\
ren lib\khiopsdriver_file_gcs.dll lib\libkhiopsdriver_file_gcs.dll
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"reportType": "Modeling",
"summary": {
"dictionary": "Iris",
"database": "..\/..\/..\/datasets\/Iris\/Iris.txt",
"database": "gs://data-test-khiops-driver-gcs/khiops_data/samples/Iris/Iris.txt",
"samplePercentage": 70,
"samplingMode": "Include sample",
"selectionVariable": "",
Expand Down Expand Up @@ -57,7 +57,7 @@
"evaluationType": "Train",
"summary": {
"dictionary": "Iris",
"database": "..\/..\/..\/datasets\/Iris\/Iris.txt",
"database": "gs://data-test-khiops-driver-gcs/khiops_data/samples/Iris/Iris.txt",
"samplePercentage": 70,
"samplingMode": "Include sample",
"selectionVariable": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Modeling report

Dictionary Iris
Target variable Class
Database ../../../datasets/Iris/Iris.txt
Database gs://data-test-khiops-driver-gcs/khiops_data/samples/Iris/Iris.txt
Sample percentage 70
Sampling mode Include sample
Selection variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Variables
Numerical 4
Total 5

Database ../../../datasets/Iris/Iris.txt
Database gs://data-test-khiops-driver-gcs/khiops_data/samples/Iris/Iris.txt
Sample percentage 70
Sampling mode Include sample
Selection variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Test evaluation report
Dictionary Iris
Target variable Categorical Class
Main target value Iris-versicolor
Database ../../../datasets/Iris/Iris.txt
Database gs://data-test-khiops-driver-gcs/khiops_data/samples/Iris/Iris.txt
Sample percentage 70
Sampling mode Exclude sample
Selection variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Train evaluation report
Dictionary Iris
Target variable Categorical Class
Main target value Iris-versicolor
Database ../../../datasets/Iris/Iris.txt
Database gs://data-test-khiops-driver-gcs/khiops_data/samples/Iris/Iris.txt
Sample percentage 70
Sampling mode Include sample
Selection variable
Expand Down

0 comments on commit 81220c6

Please sign in to comment.