Nicolas Busca
Nicolas Busca
The camera 3D calibration tutorial in py_calibration has a small bug: better chessboard corners are computed via `cornerSubPix` but the original corners are kept instead of the newly computed: **Original...
Writing an np.array of bool is silently ignored. Is this on purpose? It would be useful if at least a warning were returned.
Hi there! The only symbols I'm able to retrieve are S&P 500. Everything else never returns (no error, just takes forever). Example: ``` sp500 = finsymbols.get_sp500_symbols() ## This works nasdaq...
It would be great to create a dedicated logo for picca. I'm assigning this to @londumas as a reward for all his contributions, in particular the test modules.
The following query displays as `NaN` in the `Table` visualisation: ``` select 1e-7 as col ``` Interestingly, the following displays as `0.00` ``` select 1e-6 ``` In this case, the...