kinverarity1 / lasio

Python library for reading and writing well data using Log ASCII Standard (LAS) files
https://lasio.readthedocs.io/en/latest/
MIT License
344 stars 151 forks source link

LAS file with only reference curve #84

Closed VelizarVESSELINOV closed 6 years ago

VelizarVESSELINOV commented 9 years ago
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/lasio/las.py", line 238, in read
    d = data[:, i]
IndexError: too many indices for array
#-----------------------------------------------------------------------------
~CURVE INFORMATION
#MNEM.UNIT   API CODE                                  DESCRIPTION
#---- -----  --------                                  -----------------------
DEPT .F                                                :DEPTH (BOREHOLE) {F10.1}
#-----------------------------------------------------------------------------
# 
#     DEPT
#
~A  
     200.0
     201.0
kinverarity1 commented 6 years ago

Fixed by PR #186