We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074c01d commit 4bebf10Copy full SHA for 4bebf10
tests/integration/test_import_model.py
@@ -62,6 +62,7 @@ def test_import_model(hmeq_dataset):
62
model_files = {
63
"Test.json": json.dumps({"Test": True, "TestNum": 1}),
64
"Other_Test.json": json.dumps({"Other": None, "TestNum": 2}),
65
+ "ModelProperties.json": json.dumps({"Model": 'Test'}),
66
"inputVar.json": json.dumps(
67
[
68
{"name": "LOAN", "level": "interval", "type": "decimal", "length": 8},
0 commit comments