Skip to content
Snippets Groups Projects
  1. Oct 13, 2020
  2. Sep 28, 2020
  3. Sep 22, 2020
  4. Sep 17, 2020
  5. Sep 11, 2020
  6. Sep 07, 2020
  7. Sep 02, 2020
  8. Aug 29, 2020
  9. Aug 28, 2020
  10. Aug 27, 2020
  11. Aug 25, 2020
  12. Aug 24, 2020
  13. Jul 28, 2020
  14. Jul 27, 2020
  15. Jul 22, 2020
  16. Jul 17, 2020
    • Bert Palm's avatar
      implemented masking of flagged data. · b3ce5943
      Bert Palm authored
      Data that is flagger.BAD is masked by default.
      One can pass a flag or a list-like to the param to_mask to control the behavior.
      Pass an empty list to disable masking.
      Nevertheless IFF the index changed the masked data is not restored.
      Also flags are NOT restored IFF they considered _flagged_ before the func call, but not afterwards anymore.
      Also any data that is set on masked locations is not overwritten by unmasking.
      b3ce5943
  17. Jul 16, 2020
  18. Jul 15, 2020
  19. 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
  20. Jun 14, 2020
  21. Jun 10, 2020
  22. May 26, 2020
  23. May 25, 2020
  24. May 19, 2020
  25. Apr 24, 2020
  26. Apr 10, 2020
Loading