Edinburgh-Genome-Foundry / DnaChisel

:pencil2: A versatile DNA sequence optimizer
https://edinburgh-genome-foundry.github.io/DnaChisel/
MIT License
213 stars 38 forks source link

Unable to assign max_random_iters according to the demo example. #5

Closed y9c closed 5 years ago

y9c commented 5 years ago

https://github.com/Edinburgh-Genome-Foundry/DnaChisel/blob/50bcd9a4f15228137cfd7f38377ca24eaaa63108/examples/features/example_max_random_iters.py#L23

This line will triggered the error.

However, problem.max_random_iters = 10000 will work.

Zulko commented 5 years ago

Thanks for catching that, I have corrected the example :+1: