-
We discussed splitting aeon_mecha into the following repositories:
- aeon_api (low-level API)
- aeon_datajoint
- aeon_analysis
-
## Bug Report
I cannot connect to my local mysql database
### Description
I couldn't see in the documentation https://datajoint.github.io/datajoint-docs-original/matlab/index.html how I am suppos…
-
## Bug Report
### Description
I"m running some longer (several hours) calculations (spikesorting) in the make of a table, occasionally I get LostConnectionError: Connection was lost during a trans…
-
Datajoint demo notebook
```python
method_fn = "mei.methods.gradient_ascent"
method_config = dict(
initial=dict(path="mei.initial.RandomNormal"),
optimizer=dict(path="torch.optim.SGD", k…
-
## Bug Report
### Description
Fetching fails in python when each entry for a given attribute (defined in matlab) is a cell array, and each element of the cell array is an array of doubles. Fetchin…
-
This line mentions the possibility of including a track graph in decoding
https://github.com/LorenFrankLab/spyglass/blob/03e39960e31bb358ba3f112220a5fdbb2e6acc76/notebooks/py_scripts/41_Decoding_C…
-
Consolidate all documentation together, effort with Gaelle
-
Preprint: https://www.biorxiv.org/content/10.1101/2024.02.02.578597v1.abstract
VR-SASE (virtual reality Structural Analysis Software Ecosystem), A Novel, Open-Source Virtual Reality Platform for De…
-
## Bug Report
### Description
Reading an empty cell array inserted with mym MATLAB fails to be read in Datajoint python
### Reproducibility
- OS (WIN (MATLAB) & MACOS (Python)
- Python Versio…
-
## Bug Report
### Description
Datajoint connection cannot be defined with the python `with`, and using `with` is the regular way to make sure a connection is closed after `dj.conn()`.
### Repro…