Skip to content

AccumulatorCache: code cleanup

Frank Winklmeier requested to merge fwinkl/athena:acc_cache_cleanup into main

Purely code cleanup to make it more readable/maintainable:

  • introduce NotHashable exception to handle un-hashable function arguments rather than checking it beforehand
  • reduce excessive nesting by moving some if-checks
  • cleanup doc-strings

Merge request reports