From 42740b99856cdbbad5d4ff6bb24c2886d7e65b45 Mon Sep 17 00:00:00 2001 From: Ida Lindegaard <82438141+idalindegaard@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:57:54 +0100 Subject: [PATCH] Update cg_lims/EPPs/udf/calculate/calculate_amount_ng.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Karl Svärd <60181709+Karl-Svard@users.noreply.github.com> --- cg_lims/EPPs/udf/calculate/calculate_amount_ng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg_lims/EPPs/udf/calculate/calculate_amount_ng.py b/cg_lims/EPPs/udf/calculate/calculate_amount_ng.py index d7418e77..17d00ee2 100644 --- a/cg_lims/EPPs/udf/calculate/calculate_amount_ng.py +++ b/cg_lims/EPPs/udf/calculate/calculate_amount_ng.py @@ -49,7 +49,7 @@ def calculate_amount_ng( artifacts_with_missing_udf: List = [] for artifact in artifacts: if preset_volume: - vol = float(preset_volume) + vol: float = float(preset_volume) elif total_volume_pudf: vol: float = process.udf.get(total_volume_pudf) elif volume_udf: