Skip to content
Snippets Groups Projects
Commit 0508272b authored by Federico Lolli's avatar Federico Lolli
Browse files

[SFD] format

parent 2ff48b26
Branches
Tags
1 merge request!224Draft: Sensor Fault Detection
......@@ -29,7 +29,10 @@
namespace Boardcore
{
SFDAscent::SFDAscent(const SFDAscentConfig& config) : svm(config.modelParameters) {}
SFDAscent::SFDAscent(const SFDAscentConfig& config)
: svm(config.modelParameters)
{
}
SFDAscent::FeaturesVec SFDAscent::getFeatures(const SFDVectorIn& input)
{
......
......@@ -27,7 +27,8 @@
namespace Boardcore
{
SFDDescent::SFDDescent(const SFDDescentConfig& config) : svm(config.modelParameters)
SFDDescent::SFDDescent(const SFDDescentConfig& config)
: svm(config.modelParameters)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment