Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code to use latest datajoint conventions #354

Open
ecobost opened this issue Apr 6, 2019 · 0 comments
Open

Update code to use latest datajoint conventions #354

ecobost opened this issue Apr 6, 2019 · 0 comments

Comments

@ecobost
Copy link
Collaborator

ecobost commented Apr 6, 2019

For instance:

  • Table() & key -> Table & key
  • Table().fetch/insert -> Table.fetch.insert
  • def make_tuples -> def make
  • in definition string: (renamed_col) -> Table(col) -> -> Table.proj(renamed_col='col')
  • in Part tables: ->NameOfMasterTable -> -> master
  • use the iterator ability of tables: for row in Table.fetch() -> for row in Table (this may only work if using proj, not sure).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant