Marc

Results 2 issues of Marc

I am running a thread that needs to discover the available chromecasts by calling `available_casts = pychromecast.get_chromecasts(tries=1, retry_wait=1, timeout=1)` every 10 seconds. It works fine for a while but at...

I get the following error when running `fit_and_eval` from `tensorrec.eval`: > File "/usr/local/lib/python3.5/dist-packages/tensorrec/eval.py", line 81, in _dcg > numer = (2**np.multiply(relevance.data, k_mask)) - 1 > ValueError: operands could not be...

bug