Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Aug 11, 2020
1 parent c5e8aa0 commit 35b7dc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libradicl/src/pugutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,12 +494,6 @@ pub(super) fn get_num_molecules(
U32Set::with_capacity_and_hasher(cap as usize, s)
}

/*
if petgraph::algo::is_cyclic_directed(g) {
warn!(log, "\n\ngraph contains a cycle!\n\n");
}
*/

let comps = weakly_connected_components(g);
// a vector of length 2 that records at index 0
// the number of single-node subgraphs that are
Expand Down

0 comments on commit 35b7dc1

Please sign in to comment.