welly
welly copied to clipboard
welly having a hard time loading in file from lasio object, but lasio loads it in fine
Any insight why welly can't load in this file, but lasio can?
lasio ver: 0.30 welly ver: 0.5.2 wellpathpy ver: 0.5.0
las = lasio.read(welllogfiles[13], ignore_header_errors=True)
print('TEST')
w = well.from_lasio(las, index='ft')
Probably related to this issue with lasio: https://github.com/kinverarity1/lasio/issues/507
cc: @kinverarity1
This is fixed on the lasio side, will close now.