Rename config.h to config_platform.h

This commit is contained in:
2024-12-13 19:57:05 +01:00
parent a65955248a
commit ba455bb934
11 changed files with 11 additions and 11 deletions

View File

@@ -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]")

View File

@@ -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]")

View File

@@ -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;

View File

@@ -1,5 +1,5 @@
#include "TestUtils.h"
#include "config.h"
#include "config_platform.h"
class Paths {
public: