pyerrors icon indicating copy to clipboard operation
pyerrors copied to clipboard

Fix/check append rep

Open jkuhl-uni opened this issue 2 months ago • 0 comments

Hi, this is the second part to #275. With this PR, I'm introducing more sophisticated checking of the structure of append-mode files. In particular, the length of the header for each config can have a different length. This is particularly useful when the first config (that this not written with append mode) has slightly different output. Now the user gets a warning about this and only the "data part" of each chunk is checked to be of equal length.

Also in #275, there was a small bug that I corrected while reimplementing the check for the file structure.

jkuhl-uni avatar Nov 10 '25 08:11 jkuhl-uni