Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 25, 2019
1 parent 0f96aad commit a6d8788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/get_alignment_sequences.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ get_alignment_sequences <- function(

n_taxa <- nrow(alignment_sequences)
if (verbose) print(paste0("alignment has ", n_taxa, " taxa"))
testit::assert(n_taxa == get_alignment_n_taxa(alignment))

sequences <- rep(NA, n_taxa)

Expand Down

0 comments on commit a6d8788

Please sign in to comment.