diff --git a/rocketpy/motors/tank.py b/rocketpy/motors/tank.py index 86d6494c9..d87bfd2a1 100644 --- a/rocketpy/motors/tank.py +++ b/rocketpy/motors/tank.py @@ -1304,7 +1304,7 @@ def fluid_volume(self): + "\n\t\tThe difference is more than 1e-6 m^3 at " + f"{diff.x_array[np.argmin(diff.y_array)]} s." ) - + return fluid_volume @funcify_method("Time (s)", "Volume (m³)")