koaning / embetter

just a bunch of useful embeddings
https://koaning.github.io/embetter/
MIT License
469 stars 15 forks source link

Ugly warning when using cache #69

Closed koaning closed 1 year ago

koaning commented 1 year ago
/Users/vincentwarmerdam/Development/arxiv-frontpage/venv/lib/python3.10/site-packages/embetter/utils.py:54: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  text_todo = [X[i] for i, x in results.items() if x == "TODO"]
/Users/vincentwarmerdam/Development/arxiv-frontpage/venv/lib/python3.10/site-packages/embetter/utils.py:55: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  i_todo = [i for i, x in results.items() if x == "TODO"]