Skip to content

Conversation

@leunge
Copy link
Contributor

@leunge leunge commented Apr 20, 2023

@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Apr 20, 2023
gamma !== OPTION_DEFAULT_VALUE.gamma
) {
throw new Error(
`can't train: invalid kernelOption. kernel type ${KERNEL_STRING_TYPE.LINEAR}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 101. Maximum allowed is 100.

if (gamma !== OPTION_DEFAULT_VALUE.gamma) {
throw new Error(`can't train: invalid kernelOption. kernel type ${KERNEL_STRING_TYPE.POLYNOMIAL}`);
throw new Error(
`can't train: invalid kernelOption. kernel type ${KERNEL_STRING_TYPE.POLYNOMIAL}`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <max-len> reported by reviewdog 🐶
This line has a length of 105. Maximum allowed is 100.

@leunge leunge merged commit 9a7d411 into develop Apr 25, 2023
@leunge leunge deleted the issue/6050 branch April 25, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue 내부 이슈 처리를 위한 PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants