Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide-sd committed Dec 26, 2024
1 parent 93897cf commit 0c34b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygasflow/solvers/de_laval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c34b86

Please sign in to comment.