Closed jpaul-equinor closed 2 years ago
This should be solved in #63 and #64, could you please confirm?
Running the example data provided with the code provided by @jpaul-equinor no longer throws any errors with release 0.5.0.
Ready to close I think.
We are having no deviation till Water Depth in our deviation survey data, so data looks like below
As a result when we call below code
Its throwing Value Error saying MD cannot be null. While computing an approximate deviation survey from the position log, for the zero incl and azi, md is getting calculated as NaN (wellpathpy/position_log.py) and which is caught by
checkarrays(md, inc, azi)
Complete Stack trace: