diff --git a/tests/population/scaling/comparison_result_test_lapto.dat b/tests/population/scaling/comparison_result_test_lapto.dat deleted file mode 100644 index bdb6b72f9edabd770d5e8d557b079bc63430ab1e..0000000000000000000000000000000000000000 --- a/tests/population/scaling/comparison_result_test_lapto.dat +++ /dev/null @@ -1,3 +0,0 @@ -(2, 100, 9.662783145904541, 5.593015670776367, 1.7276517204113695) -(2, 225, 22.48796582221985, 17.04386305809021, 1.319417185269245) -(2, 225, 22.703202962875366, 16.048972845077515, 1.4146203113452718) diff --git a/tests/population/scaling/run_tests_astro1_new.sh b/tests/population/scaling/run_tests_astro1_new.sh new file mode 100755 index 0000000000000000000000000000000000000000..3acf2260f52886e0ccb7c616b66c40c89190bd99 --- /dev/null +++ b/tests/population/scaling/run_tests_astro1_new.sh @@ -0,0 +1,11 @@ +#!/bin/bash +python evolve_population_comparing_with_multiprocessing.py 10 10 2 "${HOSTNAME}" +python evolve_population_comparing_with_multiprocessing.py 10 10 2 "${HOSTNAME}" +python evolve_population_comparing_with_multiprocessing.py 10 10 2 "${HOSTNAME}" +python evolve_population_comparing_with_multiprocessing.py 10 10 2 "${HOSTNAME}" + +python evolve_population_comparing_with_multiprocessing.py 25 25 2 "${HOSTNAME}" +python evolve_population_comparing_with_multiprocessing.py 25 25 2 "${HOSTNAME}" +python evolve_population_comparing_with_multiprocessing.py 25 25 2 "${HOSTNAME}" +python evolve_population_comparing_with_multiprocessing.py 25 25 2 "${HOSTNAME}" + diff --git a/tests/population/scaling/run_tests_new.sh b/tests/population/scaling/run_tests_new.sh deleted file mode 100755 index ad5386a13f0205b78d1aa72b5cdc72e3fcabbe0b..0000000000000000000000000000000000000000 --- a/tests/population/scaling/run_tests_new.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -python evolve_population_comparing_with_multiprocessing.py 25 25 2 "${HOSTNAME}" -