welly having a hard time loading in file from lasio object, but lasio loads it in fine
ThomasMGeo opened this issue · comments
Thomas Martin commented
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')
Thomas Martin commented
Probably related to this issue with lasio: kinverarity1/lasio#507
cc: @kinverarity1
Thomas Martin commented
This is fixed on the lasio side, will close now.