-
I'm attempting to use `pybktree` for string similarity.
```py
import pybktree
from fuzzywuzzy import fuzz
# this returns a number from 0 to 100
# where 0 is no distance at all
# 100 is maxim…
-
I was hoping to use this operator in a BKTree (https://github.com/Jetsetter/pybktree), but I found this happening.
```py
fuzz.token_sort_ratio('sma solar technology ag', 'Sungrow Power Supply Co L…
-
I am trying to model a PV system using `pvlib-python`. The required PV modules and the inverter models are not present in any of the databases that's been used in either pvlib or SAM by NREL (updated …
-
- Did you search for similar issues before submitting this one?
Yes
- Describe the issue you encountered:
If I have any number of tabs open, set to open tabs from where I left off, close and reop…