diff --git a/src/table_collection.rs b/src/table_collection.rs index 4268970d9..685d3fc3a 100644 --- a/src/table_collection.rs +++ b/src/table_collection.rs @@ -947,9 +947,9 @@ impl TableCollection { /// in length to the input node table. For each input node, /// this vector either contains the node's new index or [`NodeId::NULL`] /// if the input node is not part of the simplified history. - pub fn simplify, O: Into>( + pub fn simplify>( &mut self, - samples: &[N], + samples: &[NodeId], options: O, idmap: bool, ) -> Result, TskitError> {