From 15a9cc6f7f6a88e67cbeb014f21a6e2977673981 Mon Sep 17 00:00:00 2001 From: Jason Shin Date: Fri, 28 Dec 2018 22:06:13 +1100 Subject: [PATCH] chore: fixing helper snapshot --- test/docs/__snapshots__/helper.test.ts.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/docs/__snapshots__/helper.test.ts.snap b/test/docs/__snapshots__/helper.test.ts.snap index 2b49fd80..5bcf4c2e 100644 --- a/test/docs/__snapshots__/helper.test.ts.snap +++ b/test/docs/__snapshots__/helper.test.ts.snap @@ -14,16 +14,16 @@ exports[`docs:helper constructParamTable should build a table for param1 1`] = ` exports[`docs:helper constructParamTable should build a table for params with Type1DMatrix 1`] = ` "| Param | Type | Default | Description | | ------ | ------ | ------ | ------ | -| X | number[] | | training values -| y | number[] | | target values +| X | intrinsic | | +| y | intrinsic | | " `; exports[`docs:helper constructParamTable should build table for params with Type2DMatrix 1`] = ` "| Param | Type | Default | Description | | ------ | ------ | ------ | ------ | -| X | number[][] | null | Matrix of data -| y | number[] | null | Matrix of targets +| X | intrinsic | | +| y | intrinsic | | " `;