aboutsummaryrefslogtreecommitdiff
path: root/quality_control/standard_error.py
AgeCommit message (Expand)Author
2022-06-15Fix linting and type errorsFrederick Muriuki Muriithi
2022-05-27Accept zeroesFrederick Muriuki Muriithi
2022-05-27Revert "Accept exponential notation for standard-error files"...This reverts commit 960c1a5b831d8761a3e1716f86ded4cc5b67eea0. After meeting with Arthur, it was confirmed that the CSV file should not have values in the exponential notation. Frederick Muriuki Muriithi
2022-05-20Accept exponential notation for standard-error filesFrederick Muriuki Muriithi
2022-05-18Remove obsoleted code. Fix linting errors....Remove the old code that relied on exceptions to parse errors in the uploaded files. Frederick Muriuki Muriithi
2022-05-18Return errors when found or None otherwise...This commit adds a number of functions that return the error object when an error is found, or `None` otherwise. It avoids the use of exceptions as control flow constructs. Frederick Muriuki Muriithi
2022-04-27Implement command-line interface for QC of filesFrederick Muriuki Muriithi
2022-04-20Fix linting issuesFrederick Muriuki Muriithi
2022-04-13Update Exception name...Change the exception name to be more descriptive. Frederick Muriuki Muriithi
2022-04-11Implement MVP for valid_value functions...* Implement the minimum viable functions for the average and standard error `valid_value` functions. Frederick Muriuki Muriithi
2022-04-11Implement tests and stubs for functions under testFrederick Muriuki Muriithi