Hello WESTPA community,
This may be more of an hdf5/h5py question, but I wanted to ask if anyone else has dealt with this issue. I realized that a previous iteration was corrupted due to disk storage and attempted to roll back to the iteration before the corruption. I tried w_truncate, but it seems to be having trouble (KeyError: "Couldn't delete link (callback link pointer is NULL (specified link may be '.' or not exist))") because there were multiple iterations that were corrupted. I attempted w_truncate -n 1999 but it looks like iterations 2126 and 2128 still persist, and west_current_iteration won’t change from iteration 2183, which is the point when I detected the corruption. I’ve attached a portion of the h5 file.
How should I go about fixing this and continuing my run from iteration 1999 without having to restart everything?
Thanks,
Chloe