Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/agile-geoscience/welly
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Feb 18, 2022
2 parents ce54b65 + 87c976e commit bf10f3b
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 bf10f3b

Please sign in to comment.