Skip to content

Commit

Permalink
chore: fixing helper snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Dec 28, 2018
1 parent 1061bdf commit 15a9cc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/docs/__snapshots__/helper.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
"
`;

Expand Down

0 comments on commit 15a9cc6

Please sign in to comment.