Simplify reduction operation implementations and error handling
Compare changes
- Philipp Schmidt authored
+ 116
− 118
@@ -14,6 +14,37 @@ from exdf.write import SourceDataWriter
@@ -14,6 +14,37 @@ from exdf.write import SourceDataWriter
@@ -50,7 +81,7 @@ class ReduceWriter(SourceDataWriter):
@@ -50,7 +81,7 @@ class ReduceWriter(SourceDataWriter):
@@ -60,124 +91,29 @@ class ReduceWriter(SourceDataWriter):
@@ -60,124 +91,29 @@ class ReduceWriter(SourceDataWriter):
@@ -245,6 +181,8 @@ class ReduceWriter(SourceDataWriter):
@@ -245,6 +181,8 @@ class ReduceWriter(SourceDataWriter):
@@ -434,3 +372,63 @@ class ReduceWriter(SourceDataWriter):
@@ -434,3 +372,63 @@ class ReduceWriter(SourceDataWriter):