Thanks for flagging this to us, @Speed. The ThinkOnward team is investigating. When loading the seismic data please transpose the seismic volume like this: seismic = np.load('./seismic/data/path').T
seismic = np.load('./seismic/data/path').T
This should resolve the issue.
ThinkOnward Team