Skip to content

Add input format check for blocking

Choose a tag to compare

@joyceyuu joyceyuu released this 25 Mar 04:43
c148582

Add input format check on uploaded data when combining with blocks. For certain blocking method e.g. lambda-fold, the input data could be CLKs. But for other blocking methods e.g. p-sig, the input must be raw data like CSV. This check enable wrong input data type for the blocking method.