From dc38f19d5db5fc43643da95ead2129e97345daf7 Mon Sep 17 00:00:00 2001 From: hgloeckner <55357611+hgloeckner@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:10 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Theresa Mieslinger <41184617+tmieslinger@users.noreply.github.com> --- pydropsonde/helper/quality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydropsonde/helper/quality.py b/pydropsonde/helper/quality.py index 0d3273c1..f4fd60e1 100644 --- a/pydropsonde/helper/quality.py +++ b/pydropsonde/helper/quality.py @@ -144,7 +144,7 @@ def profile_sparsity( The sampling frequency of `time_dimension` in hertz. Default is 4. sparsity_threshold : float or str, optional The threshold for the sparsity fraction. If the calculated sparsity fraction is less than this threshold, - the profile is considered not full. Default is 0.8. + the profile is considered not full. Default is 0.2. """