Lakshya Garg

Results 5 comments of Lakshya Garg

If we have a high enough frame rate could we find the acceleration and velocity of not only the center but the limbs also? Random 3 am idea hoping to...

Why was this not merged and being delayed to further versions are there any issues?

@wholmgren Function pvlib.irradiance.poa_horizontal_ratio is being used in example irradiance.ipynb also what is the following checking for? ``` try: ratio.name = 'poa_ratio' except AttributeError: pass ``` name attribute of a float?same...

@romange Do we only wish to support prefix ```ab*``` queries or do we additionally aim to support infix ```*ab*``` and suffix queries ```*ab``` efficently. For the former we would need...

All of my conclusions will be based on comparison with Redis. As per my understanding, We don't need to choose between Patricia Tree or Suffix Trie but rather both implementations...