We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541f516 commit 77b5b47Copy full SHA for 77b5b47
src/table_collection.rs
@@ -763,9 +763,9 @@ impl TableCollection {
763
/// in length to the input node table. For each input node,
764
/// this vector either contains the node's new index or [`NodeId::NULL`]
765
/// if the input node is not part of the simplified history.
766
- pub fn simplify<N: Into<NodeId>, O: Into<SimplificationOptions>>(
+ pub fn simplify<O: Into<SimplificationOptions>>(
767
&mut self,
768
- samples: &[N],
+ samples: &[NodeId],
769
options: O,
770
idmap: bool,
771
) -> Result<Option<&[NodeId]>, TskitError> {
0 commit comments