Skip to content

Commit

Permalink
Remove fixed bug from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hammer committed Jun 24, 2019
1 parent 5aa5ec1 commit 72747b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/RNAblueprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ namespace design {
SolutionSizeType sample_plocal(int min_num_pos, int max_num_pos);
/*! \brief Randomly chooses one path (either top-level a connected component, or within a block, etc.) and samples all positions.
*
* \bug It is a known issue, that this function does not draw solutions completely fair as the paths to sample are selected in a biased manner.
* \sa sample_plocal(int min_num_pos, int max_num_pos), sample_clocal(), sample_clocal(int min_num_pos, int max_num_pos), sample_clocal(int connected_component_ID)
* \return \b number of possible solutions for this sampling.
*/
Expand Down

0 comments on commit 72747b8

Please sign in to comment.