Skip to content
Snippets Groups Projects

Follow-Up Translations

Merged David Schäfer requested to merge translations into develop
Compare and Show latest version
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -17,7 +17,6 @@ import numpy as np
from dios import DictOfSeries, to_dios
from saqc.constants import *
from saqc.core.flags import initFlagsLike, Flags
from saqc.core.lib import APIController, ColumnSelector
from saqc.core.register import FUNC_MAP, SaQCFunction
@@ -141,10 +140,10 @@ class SaQC(FuncModules):
# on a `SaQC`-Object. Due to the dynamic nature of field expansion
# with regular expressions, we can't just reuse the original execution
# plan to infer all translation related information.
self._planned: CallGraph = [] # will be filled by calls to `_wrap`
self._planned: CallGraph = [] # will be filled by calls to `_wrap`
self._computed: MaterializedGraph = self._translator.buildGraph(
self._flags
) # will be filled in `evaluate`
) # will be filled in `evaluate`
@staticmethod
def _initFlags(data: DictOfSeries, flags: Optional[Flags]) -> Flags:
Loading