Skip to content
Snippets Groups Projects
  1. Jul 29, 2020
  2. Jul 27, 2020
  3. Jul 22, 2020
  4. Jul 20, 2020
  5. Jul 17, 2020
    • Bert Palm's avatar
      commented test for masking · 4938c948
      Bert Palm authored
      4938c948
    • 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
    • Bert Palm's avatar
      fixed flagger bug. · 16a840d3
      Bert Palm authored
      Now giving an empty list to isFlagged return the correct result, an all-False series/dios.
      
          flagger.isFlagged(flag=[])
      
      Before a nearly all-True data was returned, because of a call to notna(), that was not protected by the loop.
      16a840d3
    • Bert Palm's avatar
      refactoring for followup · 375d773e
      Bert Palm authored
      375d773e
    • Bert Palm's avatar
      minor plotting annotation fix · 6dc52d9b
      Bert Palm authored
      6dc52d9b
  6. Jul 16, 2020
  7. Jul 15, 2020
  8. Jul 14, 2020
  9. Jul 13, 2020
  10. 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
  11. Jul 11, 2020
Loading