From cf9bb7a36696714000988727d66f814f6ff5dbbd Mon Sep 17 00:00:00 2001 From: szhan Date: Mon, 10 Jun 2024 11:08:48 +0100 Subject: [PATCH] Remove redundant lines in get_example_pars --- tests/lsbase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/lsbase.py b/tests/lsbase.py index 0d94570..40f224e 100644 --- a/tests/lsbase.py +++ b/tests/lsbase.py @@ -121,8 +121,6 @@ def get_examples_pars( rs = [ np.zeros(m) + 0.01, # Equal recombination and mutation - np.zeros(m) + 0.999, # Extreme - np.zeros(m) + 1e-6, # Extreme np.random.rand(m), # Random 1e-5 * (np.random.rand(m) + 0.5) / 2, ]