Skip to content

Commit

Permalink
Update data_prep.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier authored Jan 11, 2021
1 parent 8cef4f5 commit 2d8a512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_prep.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ tracks <- track_df(full_dat$x, full_dat$y, t = full_dat$frame,
condition = full_dat$condition, age = full_dat$age,
arena_dist = full_dat$arena_dist)

saveRDS(tracks, "data.rds")
saveRDS(tracks, "data_WT.rds")

0 comments on commit 2d8a512

Please sign in to comment.