agilescientific / striplog

Lithology and stratigraphic logs for wells or outcrop.
https://code.agilescientific.com/striplog
Apache License 2.0
204 stars 69 forks source link

Update interval.py #142

Closed mtb-za closed 3 years ago

mtb-za commented 3 years ago

Fix error in definition of kind of Interval. It should be a point if top = base (thickness = 0) and an interval if otherwise. Currently it returns point if top != base.