Kabilar Gunalan
Kabilar Gunalan
Hi @marius10p, what is the `kcoords` variable currently used for in Kilosort 2.0, 2.5, and 3.0? Thank you.
Hi @theanenome, you can find further documentation on batched inserts in the [DataJoint Docs](https://docs.datajoint.org/python/manipulation/1-Insert.html). Thanks.
@ttngu207
Thanks for the report, @renanmcosta. Typically the MATLAB cell array gets properly [packed](https://github.com/datajoint/datajoint-python/blob/0392b801011d7af30caf9f2d008604db674dfc78/datajoint/blob.py#L170) and [unpacked](https://github.com/datajoint/datajoint-python/blob/0392b801011d7af30caf9f2d008604db674dfc78/datajoint/blob.py#L487). We have not encountered the error that you reported. We will investigate further and get...
Thanks for the report @cblessing24. I was able to replicate this issue in DataJoint Python version 0.14.1. @dimitri-yatsenko Would you suggest that I add the following line to the [parts](https://github.com/datajoint/datajoint-python/blob/9c12891d976ad5f592b739321dac7f5d90a70996/datajoint/table.py#L231-L242)...
Hi @horsto, is this still an issue for you? If so, could you please send me a copy of your module so that I can replicate this error?
Hi @foustgeorge, I have not seen this error before. Was this previously working for you? As a related aside, when clearing the `jobs` table I would suggest using `delete` instead...
Sounds great. Thanks.
Hi @rly, thank you for this report. 1. For the first error, it looks like the [postStartCommand](https://github.com/datajoint/datajoint-python/blob/9c12891d976ad5f592b739321dac7f5d90a70996/.devcontainer/devcontainer.json#L19) does not run and thereby does not bring up the MySQL server. I...
Thank you, @effigies. Looking forward to this tool. Please let me know if you need help with testing, brainstorming, etc.