From a905038bafb977809d4f6cd4a9420760a8126f80 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 11 Apr 2022 13:52:21 +0300 Subject: Add a question to the issue --- issues/rewrite-qc-and-qc-uploads-in-python.gmi | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'issues/rewrite-qc-and-qc-uploads-in-python.gmi') diff --git a/issues/rewrite-qc-and-qc-uploads-in-python.gmi b/issues/rewrite-qc-and-qc-uploads-in-python.gmi index 159ea30..cd7b0e0 100644 --- a/issues/rewrite-qc-and-qc-uploads-in-python.gmi +++ b/issues/rewrite-qc-and-qc-uploads-in-python.gmi @@ -63,3 +63,13 @@ The requirement * check line endings to make sure they are Unix and not DOS seems a little unnecessary if the files are not used for anything else. Most programming languages these days have facilities for translating the line endings appropriately, and so, we really should not add the manual cognitive overhead to the users, unless it is an absolute necessity, and even then, we will probably be doing something wrong. Is this requirement absolutely necessary? + + +#### Question 03 + +Can there be zero values, i.e. + +* "0.000", "00.000", ... etc. for average files +* "0.000000, "00.00000000", ... etc. for standard error files + +in the files? -- cgit v1.2.3