Skip to content
Snippets Groups Projects

Resolve "Bug when computing THE with respect to TCB"

Files
2
@@ -20,6 +20,10 @@ logger = logging.getLogger(__name__)
@@ -20,6 +20,10 @@ logger = logging.getLogger(__name__)
class ForEachObject(abc.ABC):
class ForEachObject(abc.ABC):
"""Abstract class which represents a dictionary holding a value for each object."""
"""Abstract class which represents a dictionary holding a value for each object."""
 
# Used to bypass Numpy's vectorization and use
 
# this class `__rmul__()` method for multiplication from both sides
 
__array_priority__ = 10000
 
def __init__(self, values, concurrent=False):
def __init__(self, values, concurrent=False):
"""Initialize an object with a value or a function of the mosa index.
"""Initialize an object with a value or a function of the mosa index.
Loading