From 0c34b8622f907637f4861f338f4e69a60c9dafc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Sandon=C3=A0?= Date: Thu, 26 Dec 2024 09:36:48 +0100 Subject: [PATCH] fix doctest --- pygasflow/solvers/de_laval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygasflow/solvers/de_laval.py b/pygasflow/solvers/de_laval.py index ecfedb9..ff60ff4 100644 --- a/pygasflow/solvers/de_laval.py +++ b/pygasflow/solvers/de_laval.py @@ -138,7 +138,7 @@ class De_Laval_Solver(param.Parameterized): Get the location of the shockwave along the divergent (loc, radius): >>> solver.nozzle.shockwave_location - (np.float64(2.0387300135132285), np.float64(0.7427484426649532)) + (np.float64(2.038730013513229), np.float64(0.7427484426649532)) Visualize the results at the current Pb/P0 value: