Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 21, 2024
1 parent c23c407 commit 6d2f818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ target_get_trace <- function(name,
logger::log_info("Returning single trace")
model <- with_warnings(model_out(dat, xcol))
nm <- ifelse(is.null(filter), "all", filter)
str(nm)
return(list(list(name = jsonlite::unbox(nm),
model = model$output,
raw = data_out(dat, xcol),
Expand Down

0 comments on commit 6d2f818

Please sign in to comment.