Ingo Marquardt
Ingo Marquardt
When running `TikTokAPI-Python` in a subthread, I encountered an error: ```bash RuntimeError: There is no current event loop in thread 'ThreadPoolExecutor-0_0'. ``` This RuntimeError does **not** occur when I use...
Great project, thanks for making it available! I noticed that when requesting video metadata by username, using [getVideosByUserName()](https://github.com/avilash/TikTokAPI-Python/blob/fea9a29d0c15fca40c57316f5b7349bd4b3f9ead/TikTokAPI/tiktokapi.py#L106), the results have a different structure than when requesting by hashtag, using...
### System Info The bug as described below occurs locally on my system with the following specs, and on google colab (see below for reproducible example): ```shell - System: Ubuntu...
Currently, hdf5 mode is only implemented for pRF time courses for the model fitting (and only partially for preprocessing), and only for preprocessing (but not model fitting) for functional data.
The following features are currently not available in GPU mode: * Handling of multiple predictors (e.g. contrast levels). * Export of parameter estimates. * Hdf5 mode.
On branch `devel`, do not use cython in `setup.py`, i.e. remove ```python from Cython.Build import cythonize ``` When compiled cython code is included, this is unnecessary.
Cython 0.28 broke backwards compatibility. When trying to compile with cython 0.28, the following problem occurs: ```bash # ***************************************************************************** # *** Function for fast calculation of residuals cdef (float[:], float[:])...
In case of multi-run experiments, preprocessing is currently performed separately for each time series (including linear trend removal), the time series are separately demeaned, and finally concatenated. Instead of demeaning,...
Log folder needs to be included in repository. Or created automatically when presenting stimuli.