Skip to content

Commit

Permalink
fix more CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Jul 30, 2021
1 parent edae932 commit 276ab62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions source/adios2/toolkit/format/dataman/DataManSerializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,11 +704,6 @@ void DataManSerializer::PutData(
metaj["A"] = address;
}

if (m_EnableStat)
{
CalculateMinMax(inputData, varCount, metaj);
}

if (not m_IsRowMajor)
{
metaj["M"] = m_IsRowMajor;
Expand Down
2 changes: 1 addition & 1 deletion source/adios2/toolkit/format/dataman/DataManSerializer.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void DataManSerializer::PutData(
metaj["A"] = address;
}

if (m_EnableStat && helper::GetDataType<T>() != DataType::String)
if (m_EnableStat)
{
CalculateMinMax(inputData, varCount, metaj);
}
Expand Down

0 comments on commit 276ab62

Please sign in to comment.