Dimitri Yatsenko

Results 116 comments of Dimitri Yatsenko

Hi @stephenholtz Awesome! @chrisroat in Karl Deisseroth's lab was also looking into GSC support. He may have made progress.

It may be safe to ignore this error since it arises during `key_source` generation, which should yield primary key values and the adapter is never needed. A good fix for...

some. The error message will state the following ``` Since version 0.12.1 datajoint.config requires that any custom configuration parameters must be placed under datajoint.config['user']. ```

Makes sense. DataJoint should escape the curly brackets before incorporating the comment in a formatted string. Easy fix.

@ecobost Thanks for finding this solution. Would you like to submit a PR? We do not know many groups needing to migrate from 0.11 and may not be able to...

need more details to reproduce the error. How was `Position` obtained?

As discussed offline, we are considering adding the `jobs` method or property to `AutoPopulate` tables. For example, for table `Alignment`, the jobs property will return the jobs table restricted to...

Excellent idea.