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, ]