Skip to content

Commit

Permalink
#959 Fix initial value of num_phases in PersistenceMedianLastN unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Aug 25, 2020
1 parent e7c72ae commit 0a0ab17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace vt { namespace tests { namespace unit {

using TestModelPersistenceMedianLastN = TestHarness;

static int32_t num_phases = 1;
static int32_t num_phases = 0;

using vt::vrt::collection::balance::ElementIDType;
using vt::vrt::collection::balance::LoadModel;
Expand Down

0 comments on commit 0a0ab17

Please sign in to comment.