Skip to content

Commit

Permalink
not an array
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks authored Feb 15, 2022
1 parent 2841967 commit 87c976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from welly import Well, Project
w = Well.from_las('my_wells/my_well.las') # Load a single well.
p = Project.from_las('my_wells/*.las') # Load lots of wells.

gr = w.data['GR'] # One log; this is a subclassed NumPy array...
gr = w.data['GR'] # One log...
gr.plot() # ...with some superpowers!
```

Expand Down

0 comments on commit 87c976e

Please sign in to comment.