mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
style
This commit is contained in:
parent
003a0fbadf
commit
332a8a97ab
@ -80,7 +80,8 @@ public:
|
||||
const ColumnNumbers &arguments,
|
||||
const std::vector<Float64> &weights, Float64 bias, const Context & context) const override
|
||||
{
|
||||
if (weights.size() + 1 != arguments.size()) {
|
||||
if (weights.size() + 1 != arguments.size())
|
||||
{
|
||||
throw Exception("In predict function number of arguments differs from the size of weights vector", ErrorCodes::LOGICAL_ERROR);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user