vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.23k stars 590 forks source link

Fix Typo in eq2gal #2206

Closed TomCallingham closed 1 year ago

TomCallingham commented 1 year ago

Small fix in add_virtual_columns_eq2gal calling the eq2ecl function instead of the eq2gal function. This is an old bug (see #989 https://github.com/vaexio/vaex/issues/989) with a very simple fix.

TomCallingham commented 1 year ago

I think the failed tests are down to some connection problems in the test suite, not the fix?

maartenbreddels commented 1 year ago

yeah, don't worry, that's unrelated

thank you for your first contribution!