Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gAldeia committed Jun 6, 2024
1 parent 17de2b0 commit 6fd411d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 2 additions & 0 deletions tests/cpp/test_brush.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ TEST(Engine, EngineWorks)
params.set_mig_prob(0.0);

// TODO: archive tests

// TODO: test termination criterion --- max stall, generations, time

params.set_verbosity(2); // TODO: verbosity tests

Expand Down
13 changes: 1 addition & 12 deletions tests/cpp/test_params.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
#include "testsHeader.h"

//
// #include "../../src/individual.cpp"
// #include "../../src/population.cpp" // TODO: figure out if thats ok to include cpps instead of headers
// #include "../../src/eval/evaluation.cpp"
// #include "../../src/selection/nsga2.cpp"
// #include "../../src/selection/lexicase.cpp"
// #include "../../src/selection/selection_operator.cpp"
// #include "../../src/selection/selection.cpp"

using namespace Brush::Pop;
using namespace Brush::Sel;
using namespace Brush::Eval;
Expand Down Expand Up @@ -49,7 +40,5 @@ TEST(Params, ParamsTests)

// ft.params.set_verbosity(2);
// ASSERT_EQ(ft.params.verbosity, 2);
// ASSERT_STREQ("", logger.log("Hello", 3).c_str());

// TODO: test termination criterion --- max stall, generations, time
// ASSERT_STREQ("", logger.log("Hello", 3).c_str());
}

0 comments on commit 6fd411d

Please sign in to comment.