From 9c675058d345d103cb9bdd9570d4d8edc8f89284 Mon Sep 17 00:00:00 2001 From: dpabon <13040959+dpabon@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:47:20 +0200 Subject: [PATCH] bug when returning dataset instead of plot solved --- src/plot_space.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plot_space.jl b/src/plot_space.jl index 400c6e6..dfa2d10 100644 --- a/src/plot_space.jl +++ b/src/plot_space.jl @@ -325,7 +325,7 @@ function plot_space( if fun == "mean" - return temp_cube = mapCube( + temp_cube = mapCube( collapse_time_mean, cube_in, indims = indims,