Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVandeVyver committed Oct 23, 2024
1 parent f1dc185 commit 13a6d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ resolver = "2"
members = [ "bitarray",
"fa-compression",
"libsais64-rs",
"sa-builder", "sa-compression",
"sa-builder",
"sa-compression",
"sa-index",
"sa-mappings",
"sa-server"
Expand Down
1 change: 0 additions & 1 deletion sa-builder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ fn main() {
(get_time_ms().unwrap() - start_ssa_time) / 1000.0
);
eprintln!("\tAmount of items: {}", sa.len());
eprintln!("\tSample rate: {}", sparseness_factor);

// open the output file
let mut file =
Expand Down

0 comments on commit 13a6d69

Please sign in to comment.