Skip to content

Commit 2f20a26

Browse files
committed
added devnote for other debug tests
1 parent e44989b commit 2f20a26

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

source/sgp_mode/DevNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Look into what is going on with SGPHost local sgp_config not working
1212
* Streamline Host ProcessOutputBuffer and check if easier access to some variables
1313
* Break Host Reproduce into helper functions
14+
* Fix all tests for debug mode. Currently github runs test-all and test-debug-default. Look at failing tests for test-debug-all
1415

1516
* Compare ecto relevant code (i.e. default mode) between main and this refactor to see if something changed, when was the last time the ecto integration test didn't seg fault on Mac? Prior to aux bump?
1617

source/test/pgg_mode_test/PGGSymbiont.test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,8 @@ TEST_CASE("PGGProcess", "[pgg]") {
100100

101101
emp::Ptr<emp::Random> random = emp::NewPtr<emp::Random>(9);
102102
SymConfigPGG config;
103-
//test_utils::SetEmptyWellMixed(config); // we will talk about these comments tuesday!
104103
PGGWorld w(*random, &config);
105104
PGGWorld * world = &w;
106-
//world->SetPopStruct_Mixed();
107-
//world->Setup();
108105

109106
//add new test for free living sym not moving when it shouldnt
110107
WHEN("Horizontal transmission is true and points is greater than sym_h_res") {

0 commit comments

Comments
 (0)