-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajout d'un jeu de test minimaliste LearningTest\TestKhiops\Standard\BUGEncryptRules Modification temporaire de run-standard-tests.yaml pour n'executer les test que sous linux en release KWDataGridClusteringCosts::ComputeAttributeCost: ajout de trace pour le calcul des couts des attributs KWDREncrypt::EncryptString: trace pour verifier le comportement de isprint
- Loading branch information
1 parent
c4b4cb9
commit 18b9bde
Showing
13 changed files
with
682 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
test/LearningTest/TestKhiops/Standard/BUGEncryptRules/EncryptRules.kdic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#Khiops 7.7.2i | ||
|
||
Dictionary EncryptRules | ||
{ | ||
Categorical Message ; | ||
Categorical Key ; | ||
Categorical AEncrypt = Encrypt(Message, Key) ; | ||
}; |
3 changes: 3 additions & 0 deletions
3
test/LearningTest/TestKhiops/Standard/BUGEncryptRules/EncryptRules.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Message Key | ||
_ | ||
+2.99e-1 |
3 changes: 3 additions & 0 deletions
3
test/LearningTest/TestKhiops/Standard/BUGEncryptRules/results.ref/T_EncryptRules.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Message Key AEncrypt | ||
_ oHKW | ||
+2.99e-1 mHnS4d6s1RmbB |
5 changes: 5 additions & 0 deletions
5
test/LearningTest/TestKhiops/Standard/BUGEncryptRules/results.ref/err.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Deploy model EncryptRules | ||
Input database ./EncryptRules.txt: Read records: 2 | ||
Output database ./results/T_EncryptRules.txt: Written records: 2 | ||
Model deployment time: 0:00:00.01 | ||
|
Oops, something went wrong.