Skip to content

Commit

Permalink
note down what we need to add to FST
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 9, 2023
1 parent ff8d013 commit e6a2095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl<R: BufRead + Seek> SignalSource for FstWaveDatabase<R> {
}
let time_idx = index_and_time.0;
let signal_pos = idx_to_pos[&handle.get_index()];
todo!()
todo!("Add better interface to FST library that lets us read one signal at a time")
};

self.reader.read_signals(&filter, foo).unwrap();
Expand Down

0 comments on commit e6a2095

Please sign in to comment.