ML extension - Improving predict parameter mapping experience (#10264)

This commit is contained in:
Leila Lali
2020-05-10 18:10:17 -07:00
committed by GitHub
parent f6e7b56946
commit 3d2d791f18
44 changed files with 782 additions and 388 deletions

View File

@@ -240,7 +240,7 @@ export function createViewContext(): ViewTestContext {
try {
await handler(view);
} catch (err) {
throw err;
console.log(err);
}
},
onValidityChanged: undefined!,
@@ -305,7 +305,7 @@ export function createViewContext(): ViewTestContext {
try {
await handler(view);
} catch (err) {
throw err;
console.log(err);
}
},
modelView: undefined!,