From 3f175ee9b9b09e1938ceef750bb83b187594d8ae Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Tue, 11 Feb 2020 11:47:22 +0000
Subject: [PATCH] updated scaling

---
 .../scaling/comparison_result_test_lapto.dat          |  3 ---
 tests/population/scaling/run_tests_astro1_new.sh      | 11 +++++++++++
 tests/population/scaling/run_tests_new.sh             |  3 ---
 3 files changed, 11 insertions(+), 6 deletions(-)
 delete mode 100644 tests/population/scaling/comparison_result_test_lapto.dat
 create mode 100755 tests/population/scaling/run_tests_astro1_new.sh
 delete mode 100755 tests/population/scaling/run_tests_new.sh

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 bdb6b72f9..000000000
--- 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 000000000..3acf2260f
--- /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 ad5386a13..000000000
--- 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}"
-
-- 
GitLab