Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 2, 2023
1 parent 110ab50 commit 45803dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/LibSVM.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ SVMKernel LibSVM::getKernel() const
case Linear:
return LinearKernel();
break;
default:
throw InvalidArgumentException(HERE) << "LibSVM: unknown kernel type";
}
}

Expand Down

0 comments on commit 45803dd

Please sign in to comment.