tests cleaning

This commit is contained in:
2016-05-08 12:08:35 +02:00
parent 44793b78b5
commit 4b42a8c310
8 changed files with 119 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
#include <NeuralNetwork/Learning/PerceptronLearning.h>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
#include <gtest/gtest.h>
#pragma GCC diagnostic pop
TEST(PerceptronLearning,XOR) {
NeuralNetwork::FeedForward::Perceptron n(2,1);