[WIP] mis_builder: add TODO related to sub-kpi naming in SimpleArray
parent
27706de15c
commit
542ac94eda
|
@ -61,6 +61,9 @@ from .data_error import DataError
|
|||
__all__ = ['SimpleArray']
|
||||
|
||||
|
||||
# TODO named tuple-like behaviour, so expressions can work on subkpis
|
||||
|
||||
|
||||
class SimpleArray(tuple):
|
||||
|
||||
def _op(self, op, other):
|
||||
|
|
Loading…
Reference in New Issue