Skip to content
Snippets Groups Projects
Commit 82ce3c83 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

lDDT: limit max number of possible chain mappings

Not that it is helpful to enumerate more chain mappings than atoms
in the universe, but the limit is mainly in place to avoid a
memory explosion. We're using a itertools.product there. From the
docu: Before product() runs, it completely consumes the input
iterables, keeping pools of values in memory to generate the products.
Accordingly, it is only useful with finite inputs.
parent 8f53cd73
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment