stanley-king 2 gadi atpakaļ
vecāks
revīzija
5515c7e410

+ 1 - 1
helper/refill/policy/overload_assigner.php

@@ -53,7 +53,7 @@ class overload_assigner
             foreach ($none_names as $name)
             {
                 $ctl_item = $pCtlItems[$name];
-                $length = $ctl_item->max_speed();
+                $length = $ctl_item->max_speed() + 1;
                 $total += $length;
                 $sections[] = ['name' => $name,'length' => $length];
             }

+ 1 - 0
plot/refill/chs_type_spec.py

@@ -139,6 +139,7 @@ class type_spec_chs(object):
                 return index
                 pass
 
+            ##################################################################################################################
             indexer = splice(sumview, total)
             combination = [combination[i] for i in indexer]
             match_view = sumview[:, indexer]