Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Mar 27, 2023
1 parent 196ec3c commit 1fa6aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_arrow_store/src/store_write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl DataStore {
} else {
let mut row_indices = IntMap::default();

self.insert_row_helper(time_point, cluster_cell_pos, cells, &mut row_indices)?;
self.insert_row_helper(timepoint, cluster_cell_pos, cells, &mut row_indices)?;

for (timeline, time) in timepoint.iter() {
let ent_path = ent_path.clone(); // shallow
Expand Down

0 comments on commit 1fa6aa7

Please sign in to comment.