Skip to content

Commit

Permalink
bug when returning dataset instead of plot solved
Browse files Browse the repository at this point in the history
  • Loading branch information
dpabon committed Sep 27, 2023
1 parent 90d1db5 commit 9c67505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_space.jl
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function plot_space(

if fun == "mean"

return temp_cube = mapCube(
temp_cube = mapCube(
collapse_time_mean,
cube_in,
indims = indims,
Expand Down

0 comments on commit 9c67505

Please sign in to comment.