-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from AllenNeuralDynamics/production_testing
[production merge] 02/06/2024
- Loading branch information
Showing
16 changed files
with
6,403 additions
and
1,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
cd /d C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
cd /d C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
call conda activate Foraging | ||
:: This version starts without a console window | ||
start "" pythonw Foraging.py 1 | ||
echo Starting the GUI and Bonsai, please wait. This window will close in 20 seconds | ||
timeout 20 >nul | ||
:: This version starts with a console window | ||
:: start python Foraging.py 1 | ||
|
||
start "" C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\desktop_shortcuts\start_popup.bat | ||
powershell -window minimized -command "" | ||
python Foraging.py 1 --no-bonsai-ide | ||
timeout 3600 > NUL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
cd /d C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
cd /d C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
call conda activate Foraging | ||
:: This version starts without a console window | ||
start "" pythonw Foraging.py 2 | ||
echo Starting the GUI and Bonsai, please wait. This window will close in 20 seconds | ||
timeout 20 >nul | ||
:: This version starts with a console window | ||
:: start python Foraging.py 2 | ||
|
||
start "" C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\desktop_shortcuts\start_popup.bat | ||
powershell -window minimized -command "" | ||
python Foraging.py 2 --no-bonsai-ide | ||
timeout 3600 > NUL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
cd /d C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
cd /d C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
call conda activate Foraging | ||
:: This version starts without a console window | ||
start "" pythonw Foraging.py 3 | ||
echo Starting the GUI and Bonsai, please wait. This window will close in 20 seconds | ||
timeout 20 >nul | ||
:: This version starts with a console window | ||
:: start python Foraging.py 3 | ||
|
||
start "" C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\desktop_shortcuts\start_popup.bat | ||
powershell -window minimized -command "" | ||
python Foraging.py 3 --no-bonsai-ide | ||
timeout 3600 > NUL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
cd /d C:\Users\svc_aind_behavior\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
cd /d C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\foraging_gui | ||
call conda activate Foraging | ||
:: This version starts without a console window | ||
start "" pythonw Foraging.py 4 | ||
echo Starting the GUI and Bonsai, please wait. This window will close in 20 seconds | ||
timeout 20 >nul | ||
:: This version starts with a console window | ||
:: start python Foraging.py 4 | ||
|
||
start "" C:\Users\%USERNAME%\Documents\GitHub\dynamic-foraging-task\src\desktop_shortcuts\start_popup.bat | ||
powershell -window minimized -command "" | ||
python Foraging.py 4 --no-bonsai-ide | ||
timeout 3600 > NUL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
echo off | ||
mode 70,19 | ||
title Hello! | ||
cls | ||
echo. | ||
echo. | ||
echo .--, .--, | ||
echo ( ( \.---./ ) ) | ||
echo '.__/o o\__.' | ||
echo {= ^^ =} | ||
echo ^> - ^< | ||
echo ___________.""`-------`"".____________ | ||
echo / Hi, the GUI is starting! O \ | ||
echo \ o / | ||
echo / . O Please wait! o \ | ||
echo \ / __ | ||
echo / You can close this window! \ _.-' `. | ||
echo \______________o__________o____________/ .-~^^ `~--' | ||
echo ___)( )(___ `-.___.' | ||
echo (((__) (__))) | ||
|
||
timeout 30 >nul | ||
exit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.