ddemidov / mba

Scattered data interpolation with multilevel B-Splines
MIT License
73 stars 23 forks source link

add margins to cmin and cmax in example.ipynb #25

Closed juhi24 closed 1 year ago

juhi24 commented 1 year ago

As kindly suggested by @ddemidov in #24, margins should be used to avoid assertion failures on some operating systems. I have changed the example notebook accordingly. It would crash on my setup before this change.

ddemidov commented 1 year ago

Thank you, this does make sense!