Skip to content

Commit

Permalink
#959 Change from TestParallelHarness to TestHarness for Load Models u…
Browse files Browse the repository at this point in the history
…nittests
  • Loading branch information
JacobDomagala committed Aug 25, 2020
1 parent b04db1a commit a0938bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/unit/collection/test_model_linear_model.extended.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

namespace vt { namespace tests { namespace unit {

using TestLinearModel = TestParallelHarness;
using TestLinearModel = TestHarness;

static constexpr int32_t const num_phases = 4;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

namespace vt { namespace tests { namespace unit {

using TestModelMultiplePhases = TestParallelHarness;
using TestModelMultiplePhases = TestHarness;

using vt::vrt::collection::balance::ElementIDType;
using vt::vrt::collection::balance::LoadModel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

namespace vt { namespace tests { namespace unit {

using TestModelNaivePersistence = TestParallelHarness;
using TestModelNaivePersistence = TestHarness;

using vt::vrt::collection::balance::ElementIDType;
using vt::vrt::collection::balance::LoadModel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

namespace vt { namespace tests { namespace unit {

using TestModelPersistenceMedianLastN = TestParallelHarness;
using TestModelPersistenceMedianLastN = TestHarness;

static constexpr int32_t const num_phases = 4;

Expand Down

0 comments on commit a0938bc

Please sign in to comment.