From e99e5e44144c0cb9f5621833a6a6c8adddb800e4 Mon Sep 17 00:00:00 2001 From: EdoAlvarezR Date: Sat, 20 Jul 2024 15:52:18 -0500 Subject: [PATCH] Comment out formatpyplot() to avoid crashing PyPlot --- src/FLOWUnsteady.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FLOWUnsteady.jl b/src/FLOWUnsteady.jl index a53f94d6..5da4516a 100644 --- a/src/FLOWUnsteady.jl +++ b/src/FLOWUnsteady.jl @@ -65,7 +65,7 @@ for header_name in ["vehicle", "vehicle_vlm", end # Format PyPlot -formatpyplot() +# formatpyplot() # VPM utilities include(joinpath(vpm.utilities_path, "utilities_fluiddomain.jl"))