misantamaria commited on
Commit
6cb7316
1 Parent(s): 2b45780

Update r_shiny_app/server.R

Browse files
Files changed (1) hide show
  1. r_shiny_app/server.R +1 -1
r_shiny_app/server.R CHANGED
@@ -580,7 +580,7 @@ shinyServer(function(input, output, session) {
580
  print(paste0("Reactive tsdf | Read feather ", path ))
581
  flush.console()
582
  artifact_dir = ts_ar$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
583
- print(paste0("Reactive tsdf | Read feather | Path: ", path ))
584
 
585
  df <- read_feather(path, as_data_frame = TRUE, mmap = TRUE) %>% rename('timeindex' = `__index_level_0__`)
586
  t_end = Sys.time()
 
580
  print(paste0("Reactive tsdf | Read feather ", path ))
581
  flush.console()
582
  artifact_dir = ts_ar$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
583
+ print(paste0("Reactive tsdf | Read feather | Downloaded: ", artifact_dir))
584
 
585
  df <- read_feather(path, as_data_frame = TRUE, mmap = TRUE) %>% rename('timeindex' = `__index_level_0__`)
586
  t_end = Sys.time()