tests cleaning
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
|
||||
#include <NeuralNetwork/Learning/OpticalBackPropagation.h>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Weffc++"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
TEST(OpticalBackPropagation,XOR) {
|
||||
NeuralNetwork::FeedForward::Network n(2);
|
||||
|
||||
Reference in New Issue
Block a user