diff --git a/scripts/errors/coll/LocalConcurrency.py b/scripts/errors/coll/LocalConcurrency.py
index ee9a9bd20343405da7b33293471293e7458cf456..9bd7ccb52aa812dd5dfbf8ccabe5de3035dd3dad 100644
--- a/scripts/errors/coll/LocalConcurrency.py
+++ b/scripts/errors/coll/LocalConcurrency.py
@@ -9,7 +9,7 @@ from Infrastructure.TemplateFactory import get_collective_template
 from Infrastructure.Variables import *
 
 
-class InvalidRankErrorColl(ErrorGenerator):
+class LocalConcurrencyErrorColl(ErrorGenerator):
     nbfunc_to_use = ["mpi_iallreduce", "mpi_ialltoall", "mpi_ibcast", "mpi_ireduce", "mpi_iscatter", "mpi_igather",
                      "mpi_iscan"]
 
@@ -33,5 +33,5 @@ class InvalidRankErrorColl(ErrorGenerator):
 
             yield tm
 
-            if generate_level >= BASIC_TEST_LEVEL:
+            if generate_level <= BASIC_TEST_LEVEL:
                 return