Alon Hovav
Alon Hovav
Currently `pystoi.stoi` doesn't support small inputs, but throws a non indicative error: ``` In [28]: pystoi.stoi(np.arange(100), np.arange(100), 32000, extended=False) --------------------------------------------------------------------------- AxisError Traceback (most recent call last) in ----> 1 pystoi.stoi(np.arange(100),...
From `build_dependency`: ```python if pruning_dim >= 0: pruning_dim = pruning_dim - len(example_inputs.size()) ``` `pruning_dim` is 1 by default, and even though using a list or a dictionary of inputs is...
Hi, I fixed an example in the docs and updated the gitignore files. Also, thanks for this library!
Hello, I have recently compiled the repository, and while trying to include its files from my own code I found out that there are some compilation warnings, regarding `printf` formatting....
Hello, I am trying to convert some matlab PsychoToolbox-3.0 code to PsychoPy. In my matlab code I am using the function `CreateProceduralGabor`, with the parameter `backgroundColorOffset`, used to add a...