Rename config.h to config_platform.h
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "folding.hpp"
|
||||
#include <ArffFiles.hpp>
|
||||
#include <bayesnet/classifiers/TAN.h>
|
||||
#include "config.h"
|
||||
#include "config_platform.h"
|
||||
|
||||
|
||||
TEST_CASE("Test Platform version", "[Platform]")
|
||||
|
@@ -7,7 +7,7 @@
|
||||
#include "common/DotEnv.h"
|
||||
#include "common/Datasets.h"
|
||||
#include "common/Paths.h"
|
||||
#include "config.h"
|
||||
#include "config_platform.h"
|
||||
|
||||
|
||||
TEST_CASE("ZeroR comparison in reports", "[Report]")
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include "common/Paths.h"
|
||||
#include "common/Colors.h"
|
||||
#include "main/Scores.h"
|
||||
#include "config.h"
|
||||
#include "config_platform.h"
|
||||
|
||||
using json = nlohmann::ordered_json;
|
||||
auto epsilon = 1e-4;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include "TestUtils.h"
|
||||
#include "config.h"
|
||||
#include "config_platform.h"
|
||||
|
||||
class Paths {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user