equinor / videx-wellog

Well log components
https://equinor.github.io/videx-wellog/
MIT License
22 stars 7 forks source link

Boundary value fix in data filter #133

Closed trylle closed 2 years ago

trylle commented 2 years ago

In our plots, we ask for data covered by the current view. With sparsely populated data, even if outside points are included in the data provided to plot, they are not displayed correctly by the graph tracks (filtered out).

Added unit tests to reveal this issue and proposed a fix.