-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Priority/0-HighTo do nowTo do nowSize/HoursVery shortVery shortStatus/ReadyForDevThe issue is ready to be developed or to be investigated deeplyThe issue is ready to be developed or to be investigated deeply
Milestone
Description
Description
KhiopsDictionaryDomain.write_khiops_json_file doesn't work. Neither to_dict.
Questions/Ideas
To reproduce
# _bug.py
import json
import sys
from khiops import core as kh
kdom = kh.read_dictionary_file(f"{kh.get_samples_dir()}/Iris/Iris.kdic")
json.dump(kdom.to_dict(), sys.stdout)
kdom.write_khiops_json_file("iris_kdic.json")
Output
❯ python _bug.py | jq
{
"tool": "Khiops Dictionary",
"version": "11.0.0",
"khiops_encoding": "ascii"
}
❯ jq . iris_kdic.json
{
"tool": "Khiops Dictionary",
"version": "11.0.0",
"khiops_encoding": "ascii"
}Metadata
Metadata
Assignees
Labels
Priority/0-HighTo do nowTo do nowSize/HoursVery shortVery shortStatus/ReadyForDevThe issue is ready to be developed or to be investigated deeplyThe issue is ready to be developed or to be investigated deeply