Skip to content

Commit

Permalink
add unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzynam-165 committed May 31, 2024
1 parent 09c6458 commit b80f625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.sim_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ plot.sim_results <- function(
x_rast <- to_rast(
sim_results = x,
time_points = time_points,
template = template
template = unwrap(template)

Check warning on line 88 in R/plot.sim_results.R

View check run for this annotation

Codecov / codecov/patch

R/plot.sim_results.R#L88

Added line #L88 was not covered by tests
)

plot(x_rast, type = type, range = range, ...)
Expand Down

0 comments on commit b80f625

Please sign in to comment.