@ -180,11 +180,11 @@ class Classifier():
@@ -180,11 +180,11 @@ class Classifier():
iflen(incorrect_base_ids)>0:
raiseAssertionError(
('\n'+'\n'.join('\t- The message \'{} with ID \'{}\' is in the wrong ID space. Please use any of the available IDs from 0 to 149'.format(k,v)fork,vinlist(incorrect_base_ids.items()))))
('\n'+'\n'.join('\t- The message \'{} with ID \'{}\' is in the wrong ID space. Please use any of the available IDs from 0 to 169'.format(k,v)fork,vinlist(incorrect_base_ids.items()))))
iflen(incorrect_alias_ids)>0:
raiseAssertionError(
('\n'+'\n'.join('\t- The alias message \'{}\' with ID \'{}\' is in the wrong ID space. Please use any of the available IDs from 149 to 255'.format(k,v)fork,vinlist(incorrect_alias_ids.items()))))
('\n'+'\n'.join('\t- The alias message \'{}\' with ID \'{}\' is in the wrong ID space. Please use any of the available IDs from 170 to 255'.format(k,v)fork,vinlist(incorrect_alias_ids.items()))))