Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nishchalb committed Oct 8, 2024
1 parent c05fc5e commit 0b89bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fstalign.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ using namespace fst;
// Represent information associated with a reference or hypothesis token
struct Token {
string token;
float start_ts=-1.0;
float end_ts=-1.0;
float start_ts=0.0;
float end_ts=0.0;
float duration=0.0;
float confidence=-1.0;
string speaker;
Expand Down

0 comments on commit 0b89bb4

Please sign in to comment.