Skip to content

Commit

Permalink
Remove old copied hack causing unwanted side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Sep 16, 2024
1 parent af14797 commit 006f6a7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion avida-core/source/actions/DriverActions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,11 @@ class cActionSetRandomSeed : public cAction {

// When resetting the random seed, the timeslicer also needs to be rebuilt, since it may use the RNG
// Resizing the cell grid triggers the reconstruction of the timeslicer, so...
m_world->GetPopulation().ResizeCellGrid(m_world->GetConfig().WORLD_X.Get(), m_world->GetConfig().WORLD_Y.Get());
// @MAM 2024-09 - Removed this line when copying code from
// Avida::Viewer::Driver::SetRandomSeed
// because it was causing populations in Bhaskar's experiments to freeze.
// I'm not sure why it was here in the first place....
// m_world->GetPopulation().ResizeCellGrid(m_world->GetConfig().WORLD_X.Get(), m_world->GetConfig().WORLD_Y.Get());
}

protected:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:34:19 2024
# Mon Sep 16 18:18:48 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:34:27 2024
# Mon Sep 16 18:18:56 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:34:30 2024
# Mon Sep 16 18:18:59 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:34:37 2024
# Mon Sep 16 18:19:08 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:34:37 2024
# Mon Sep 16 18:19:08 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:52:23 2024
# Mon Sep 16 18:19:10 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:52:34 2024
# Mon Sep 16 18:19:19 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:52:37 2024
# Mon Sep 16 18:19:23 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:52:46 2024
# Mon Sep 16 18:19:31 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Avida Dominant Parasite Data
# Mon Sep 16 14:52:46 2024
# Mon Sep 16 18:19:31 2024
# 1: Update
# 2: Number of Extant Parasites

Expand Down

0 comments on commit 006f6a7

Please sign in to comment.