MHKiT-Software / MHKiT-MATLAB

MHKiT-MATLAB provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
15 stars 23 forks source link

Add QC_Test.m draft #55

Closed kbrode22 closed 3 years ago

kbrode22 commented 3 years ago

Pushing this draft for review by rpauly18. test_check_timestamp is of particular concern because check_timestamp(data,freq) does not catch the duplicate or nonmonotonic timestamps in simple.xlsx. test_check_delta and test_check_increment generate errors because they are not equipped to take nonmonotonic inputs, so they must be run after test_check_timestamp.

parangat94 commented 3 years ago

I don't have writing access to branch kbrode22/qc_tests. Instead, I forked the main mhkit matlab repository and created a new branch parangat94/qc_tests and pulled content of branch kbrode22/qc_tests. This new branch is ready for review in PR #63.

Accordingly, closing this PR.