Skip to content

Commit

Permalink
Fetch upstream, merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Nov 21, 2023
2 parents 495fca9 + b684336 commit a02425e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/misc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This folder contains miscellaneous supporting files documentation.

- [Database Management.md](./database_management.md)
- [figurl Views.md](./figurl_views.md)
- [insert Data.md](./insert_data.md)
- [Merge Tables.md](./merge_tables.md)
- [Session Groups.md](./session_groups.md)
- [Database Management](./database_management.md)
- [figurl Views](./figurl_views.md)
- [insert Data](./insert_data.md)
- [Merge Tables](./merge_tables.md)
- [Session Groups](./session_groups.md)
1 change: 1 addition & 0 deletions notebooks/py_scripts/00_Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@

# +
import os

import datajoint as dj

if os.path.basename(os.getcwd()) == "notebooks":
Expand Down

0 comments on commit a02425e

Please sign in to comment.