Skip to content
Snippets Groups Projects
Commit d02ee519 authored by Martin Beseda's avatar Martin Beseda
Browse files

NEW: Mock class for ErrorFunction was separated into its own header.

parent bd6b1947
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ namespace lib4neuro { ...@@ -18,7 +18,6 @@ namespace lib4neuro {
ErrorFuncMSE ErrorFuncMSE
}; };
class ErrorFunction { class ErrorFunction {
public: public:
......
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
#ifndef LIB4NEURO_ERRORFUNCTIONSMOCK_H #ifndef LIB4NEURO_ERRORFUNCTIONSMOCK_H
#define LIB4NEURO_ERRORFUNCTIONSMOCK_H #define LIB4NEURO_ERRORFUNCTIONSMOCK_H
#ifdef _WINDOWS
#include <boost/test/included/unit_test.hpp>
#endif
#include "../ErrorFunction/ErrorFunctions.h" #include "../ErrorFunction/ErrorFunctions.h"
#include "../DataSet/DataSet.h" #include "../DataSet/DataSet.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment