Just tried to convert a PLEXOS zip file locally and got the following error.
File "C:\Users\DLEVIE\Documents\h5plexos\h5plexos\process\buildh5.py", line 198, in process_solution
value_data = list(struct.unpack('<%dd'%length, bin_file.read(8*length)))
error: unpack requires a buffer of 1152 bytes
The zip file opens without issue in the PLEXOS GUI and I am not outputting MT results.
Any idea whats causing this?