Skip to content

Commit

Permalink
Merge pull request #3243 from SGSSGene/fix/doc/max_number_of_1s
Browse files Browse the repository at this point in the history
fix,doc: condition of the max number of 1s inside a shape.
  • Loading branch information
eseiler authored Feb 28, 2024
2 parents 0acc8e3 + 1a09654 commit 3e63456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/search/views/kmer_hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ namespace seqan3::views
*
* \attention
* For the alphabet size \f$\sigma\f$ of the alphabet of `urange` and the number of 1s \f$s\f$ of `shape` it must hold
* that \f$s>\frac{64}{\log_2\sigma}\f$, i.e. hashes resulting from the shape/alphabet combination can be represented
* that \f$s \le \frac{64}{\log_2\sigma}\f$, i.e. hashes resulting from the shape/alphabet combination can be represented
* in an `uint64_t`.
*
* ### View properties
Expand Down

0 comments on commit 3e63456

Please sign in to comment.