MantisBT - Rosetta
View Issue Details
0000274Rosetta[All Projects] Crashpublic2013-05-20 13:432013-05-20 13:43
rmoretti 
 
normalminoralways
newopen 
 
 
rosetta_scripts
XMLs with any DesignRepackMover and minimize_rb options
0000274: DesignRepackMover doesn't handle parsed minimize_rb correctly.
In the parse_my_tag function of DesignRepackMover, if the minimize_rb option is set, it attempts to pass a single bool to min_rb(), which is expecting a vector of bools, one for each jump. Subsequent use results in an error because the vector isn't of the correct length.
hat tip to jarod for finding this https://www.rosettacommons.org/node/3291 [^]

The logic here is a bit flakey to begin with, as the number of jumps at parse time isn't necessarily going to be the number of jumps at apply time.
No tags attached.
Issue History
2013-05-20 13:43rmorettiNew Issue

There are no notes attached to this issue.