assert(len(TOP_CATEGORIES)==TOP_CATEGORIES_NB),"Wrong number of top categories required"
assert(sum([top_cat["file_nb"]fortop_catinTOP_CATEGORIES])==SOURCE_FILES_NB),"Wrong number of source files required"
assert(len(TOP_CATEGORIES)==TOP_CATEGORIES_NB),"Wrong number of top categories required:"+[TOP_CATEGORIES,TOP_CATEGORIES_NB]
assert(sum([top_cat["file_nb"]fortop_catinTOP_CATEGORIES])==SOURCE_FILES_NB),"Wrong number of source files required:"+[sum([top_cat["file_nb"]fortop_catinTOP_CATEGORIES],SOURCE_FILES_NB]