Skip to content
Snippets Groups Projects
  1. Jul 15, 2020
  2. Jul 13, 2020
  3. Jul 12, 2020
    • David Schäfer's avatar
      Introduced a new method `evaluate` as a replacement for the · 4c13de1c
      David Schäfer authored
      `write_back` parameter in `getResult`. While the previous
      version worked in the sense, that it allowed to `save` computations
      already done, I disliked the state-changing behaviour of that
      implemetation. Now we have a way to realize the registered
      test functions into a new `SaQC` without modifying the old one and
      don't violate the functional interface of the `SaQC`-Objects
      any more.
      4c13de1c
    • David Schäfer's avatar
      relaxed the input check on initialized flaggers to only check for · 6f073d29
      David Schäfer authored
      the actually needed charactersitics. The old check was forcing equal
      columns on `flagger.flags` and `data`, a condition we don't need to
      be satisfied and don't satisfy during the lifetime of `SaQC`-Object
      either. The new check only guarantees, that all columns in `data`
      have a counterpart in `flagger.flags` but allow the latter to have
      additional columns as well.
      6f073d29
    • David Schäfer's avatar
      fixed per instance log level settings · d4da3112
      David Schäfer authored
      d4da3112
  4. Jul 11, 2020
  5. Jul 10, 2020
  6. Jul 09, 2020
  7. Jul 08, 2020
  8. Jul 07, 2020
Loading