Skip to content

Commit

Permalink
base tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 27, 2024
1 parent 3b8c1d6 commit d585e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/table_collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl TableCollection {
///
/// Negative sequence lengths are errors:
///
/// ```{should_panic}
/// ```should_panic
/// let tables = tskit::TableCollection::new(-55.0).unwrap();
/// ```
pub fn new<P: Into<Position>>(sequence_length: P) -> Result<Self, TskitError> {
Expand Down
2 changes: 1 addition & 1 deletion src/trees/treeseq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl TreeSequence {
///
/// A `Tree`'s lifetime is tied to that of its tree sequence:
///
/// ```{compile_fail}
/// ```compile_fail
/// # use streaming_iterator::StreamingIterator;
/// # use streaming_iterator::DoubleEndedStreamingIterator;
/// # let mut tables = tskit::TableCollection::new(1000.).unwrap();
Expand Down

0 comments on commit d585e3c

Please sign in to comment.