Fix GridBase to eliminate uneeded GridData

This commit is contained in:
2025-03-20 15:54:13 +01:00
parent c9ab88e475
commit facf6f6ddd
5 changed files with 7 additions and 18 deletions

View File

@@ -1,16 +1,12 @@
#ifndef GRIDBASE_H
#define GRIDBASE_H
#include <string>
#include <map>
#include <mpi.h>
#include <nlohmann/json.hpp>
#include "common/Datasets.h"
#include "common/Timer.hpp"
#include "common/Colors.h"
#include "main/HyperParameters.h"
#include "GridData.h"
#include "GridConfig.h"
#include "bayesnet/network/Network.h"
namespace platform {
@@ -40,4 +36,4 @@ namespace platform {
bayesnet::Smoothing_t smooth_type{ bayesnet::Smoothing_t::NONE };
};
} /* namespace platform */
#endif
#endif