[Avida-cvs] [avida-svn] r512 - in trunk/consistencytests/Tests/Researchers/dule/LocalSex: . config

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Mar 13 11:18:13 PST 2006


Author: kaben
Date: 2006-03-13 14:18:13 -0500 (Mon, 13 Mar 2006)
New Revision: 512

Modified:
   trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt
   trunk/consistencytests/Tests/Researchers/dule/LocalSex/config/events.cfg
Log:

Converted Dule's LocalSex consistency tests to run five cases instead of
ten, and to run each case for 500 updates instead of 100.



Modified: trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt
===================================================================
--- trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt	2006-03-13 19:11:47 UTC (rev 511)
+++ trunk/consistencytests/Tests/Researchers/dule/LocalSex/CMakeLists.txt	2006-03-13 19:18:13 UTC (rev 512)
@@ -26,7 +26,7 @@
 # This is Python list of Avida random seeds.
 # E.g., "range(100,105)" is equivalent to the Python list "[100,101,102,103,104]".
 # I.e., SET(SeedSet "range(100,105)") is equivalent to SET(SeedSet "[100,101,102,103,104]").
-SET(SeedSet "range(100,110)")
+SET(SeedSet "range(100,105)")
 # Avida will be run in, and store output files in, ${CMAKE_CURRENT_BINARY_DIR}/Test_100, and so on.
 SET(RunSubdirPathBase "${CMAKE_CURRENT_BINARY_DIR}/GlobalSex_")
 # I've written ${ConfigDir}/events.cfg to stop Avida after 100 updates,

Modified: trunk/consistencytests/Tests/Researchers/dule/LocalSex/config/events.cfg
===================================================================
--- trunk/consistencytests/Tests/Researchers/dule/LocalSex/config/events.cfg	2006-03-13 19:11:47 UTC (rev 511)
+++ trunk/consistencytests/Tests/Researchers/dule/LocalSex/config/events.cfg	2006-03-13 19:18:13 UTC (rev 512)
@@ -42,7 +42,7 @@
 
 #u 100000 print_dom creature.final
 
-u 100:100 detail_pop           # Save current state of population.
-u 100 exit                      # exit
+u 500:500 detail_pop            # Save current state of population.
+u 500 exit                      # exit
 
 




More information about the Avida-cvs mailing list