fix old bugs and ready to write snapshot

This commit is contained in:
2024-05-04 05:19:00 +00:00
parent ae57e20ad6
commit 9b8c1569a6
2 changed files with 3 additions and 3 deletions

View File

@ -263,8 +263,8 @@ TEST(MemoryRiver, T2) {
size_t interal_id_tot = 0;
const unsigned int RndSeed = testing::GTEST_FLAG(random_seed);
std::mt19937 rnd(RndSeed);
remove("T2.std");
remove("T2.dat");
remove("/tmp/T2.std");
remove("/tmp/T2.dat");
const int kInfoLength = 100;
{
sol::MemoryRiver<DataType, kInfoLength> STD("/tmp/T2.std");