Skip to content

Commit

Permalink
issue is with pop or landscape test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPannetier committed Jun 11, 2024
1 parent 971b484 commit 1e403db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Individual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,6 @@ void testIndividual() {

// Kernel-based transfer
{
/*
// Simple 5*5 cell-based landscape layout
landParams ls_params;
ls_params.dimX = ls_params.dimY = 5;
Expand Down Expand Up @@ -1749,6 +1748,7 @@ void testIndividual() {
-oio-
-ooo-
-----
*/
ls.setCellArray(); // reset cells
vector <Cell*> cells;
// Set central cell and all adjacent
Expand Down Expand Up @@ -1814,12 +1814,9 @@ void testIndividual() {
mort.fixedMort = 0.0;
sp.setTrfrRules(trfr);
sp.setMortParams(mort);
*/
}

// Correlated random walk (CRW)
/*
{
// Simple cell-based landscape layout
landParams ls_params;
Expand Down Expand Up @@ -2031,7 +2028,6 @@ void testIndividual() {
assert(ind6.getCurrCell() == cell_vec[i * (ls_params.dimX + 1)]);
}
}
*/
}
#endif // RSDEBUG

0 comments on commit 1e403db

Please sign in to comment.