Fix day segment

pull/103/head
JulioV 2020-09-14 15:14:41 -04:00
parent 500c364ccd
commit 132e52aeeb
1 changed files with 2 additions and 1 deletions

View File

@ -129,3 +129,4 @@ assign_to_day_segment <- function(sensor_data, day_segments, day_segments_type){
} }
}