Skip to content

Commit 90e9bbf

Browse files
committed
Merge branch 'main' into aistats2025
2 parents ea37d02 + ae3ef2a commit 90e9bbf

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
timeout-minutes: 10
14+
timeout-minutes: 30
1515
strategy:
1616
fail-fast: true
1717
matrix:

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ grid_search_models/
1818
neural_data.npz
1919
saved_models/
2020

21+
# demo run
22+
.vscode/
23+
auxiliary_behavior_data.h5
24+
cebra_model.pt
25+
data.npz
26+
grid_search_models/
27+
neural_data.npz
28+
saved_models/
29+
2130
# Binary files
2231
*.png
2332
*.jpg

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ source/cebra-figures:
3636
source/demo_notebooks:
3737
cd $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) && git clone --depth 1 [email protected]:AdaptiveMotorControlLab/cebra-demos.git source/demo_notebooks
3838

39+
source/demo_notebooks:
40+
git clone --depth 1 [email protected]:AdaptiveMotorControlLab/cebra-demos.git source/demo_notebooks
41+
3942
# Update the figures. Note that this might prompt you for an SSH key
4043
figures: source/cebra-figures
4144
cd source/cebra-figures && git pull --ff-only origin main

0 commit comments

Comments
 (0)