diff --git a/dap/accumulator.py b/dap/accumulator.py index d0353ae..348659d 100644 --- a/dap/accumulator.py +++ b/dap/accumulator.py @@ -9,7 +9,10 @@ from zmqsocks import ZMQSocketsAccumulator, make_address OUTPUT_DIR = "/gpfs/photonics/swissfel/buffer/dap/data" ENTRIES_TO_SKIP = [ - "roi_intensities_proj_x" # ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part. + # send: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part. + "roi_intensities_proj_x", + # recv: ValueError: cannot reshape array of size 4 into shape (2,) + "roi_intensities_x" ]