File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- timeout-minutes : 10
14+ timeout-minutes : 30
1515 strategy :
1616 fail-fast : true
1717 matrix :
Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ grid_search_models/
1818neural_data.npz
1919saved_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
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ source/cebra-figures:
3636source/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
4043figures : source/cebra-figures
4144 cd source/cebra-figures && git pull --ff-only origin main
You can’t perform that action at this time.
0 commit comments