Skip to content

Commit

Permalink
Remove redundant lines in get_example_pars
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 10, 2024
1 parent 3735031 commit cf9bb7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lsbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
Expand Down

0 comments on commit cf9bb7a

Please sign in to comment.