- Notifications
You must be signed in to change notification settings - Fork160
Open
Labels
Description
Describe the bug
Editing thelas.index attribute only half-works
To Reproduce
>>> las.index[0]61.26>>> las.index -= 2---------------------------------------------------------------------------AttributeError Traceback (most recent call last)Cell In[120], line 1----> 1 las.index -= 2AttributeError: can't set attribute 'index'>>> las.index[0]59.26Expected behavior
Either it should work, or it should return an exception. Not both!
Software versions (please complete the following information):
- lasio version: '0.31.dev37+g52c02ca'