Age | Commit message (Expand) | Author |
2024-01-05 | Revert "QC: Check for only one decimal place."•••This reverts commit c213b0010c3ddc8d3215adab65bd489a9b884e30.
After a larger discussion with Arthur, Rob and Pjotr present, it was
verified that the strict checks are important. This reverts the commit
that allowed for looser checks.
| Frederick Muriuki Muriithi |
2023-11-24 | QC: Check for only one decimal place. | Frederick Muriuki Muriithi |
2022-11-16 | qc: Allow whole numbers or numbers where the decimals are all zeroes | Frederick Muriuki Muriithi |
2022-06-15 | Fix linting and type errors | Frederick Muriuki Muriithi |
2022-05-27 | Accept zeroes | Frederick Muriuki Muriithi |
2022-05-27 | Revert "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-20 | Accept exponential notation for standard-error files | Frederick Muriuki Muriithi |
2022-05-18 | Remove 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-18 | Return 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-27 | Implement command-line interface for QC of files | Frederick Muriuki Muriithi |
2022-04-20 | Fix linting issues | Frederick Muriuki Muriithi |
2022-04-13 | Update Exception name•••Change the exception name to be more descriptive.
| Frederick Muriuki Muriithi |
2022-04-11 | Implement MVP for valid_value functions•••* Implement the minimum viable functions for the average and standard
error `valid_value` functions.
| Frederick Muriuki Muriithi |
2022-04-11 | Implement tests and stubs for functions under test | Frederick Muriuki Muriithi |