Commit ff5b6f945c42dafced636db35cb3a7348a9a25f6

Authored by Tomasz Bartosiak
1 parent 7a4d45b1

Corrected PROCESS_ID parameter in frame_compare_* scripts

semantics/management/commands/frame_compare_1.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 1
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_10.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 10
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_11.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 11
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_12.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 12
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_13.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 13
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_14.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 14
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_15.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 15
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_2.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 2
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_3.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 3
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_4.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 4
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_5.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 5
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_6.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 6
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_7.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 7
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_8.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 8
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...
semantics/management/commands/frame_compare_9.py
... ... @@ -17,7 +17,7 @@ from settings import PROJECT_PATH
17 17  
18 18 BUNDLE_SIZE = 50
19 19 PROCESSES_NO = 16
20   -PROCESS_ID = 0
  20 +PROCESS_ID = 9
21 21  
22 22 class Command(BaseCommand):
23 23 args = 'none'
... ...