jonnymaserati / welleng

A collection of Wells/Drilling Engineering tools, focused on well trajectory planning for the time being.
Apache License 2.0
113 stars 31 forks source link

Bug in tortuosity index code #183

Closed matteo-bedognetti closed 1 month ago

matteo-bedognetti commented 2 months ago

https://github.com/jonnymaserati/welleng/blob/34b4fd51a49167245d41d533ea0fb751e11880a1/welleng/survey.py#L1383-L1384

matteo-bedognetti commented 2 months ago

Line 1383 fails to correctly convert the delta-md into feet. there needs to be a bracket around the md-difference, like so:

jonnymaserati commented 2 months ago

Good spot @matteo-bedognetti... can you do a make a pull request (and bump the version in version)?