File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # add path of the root folder
4- export PYTHONPATH=/home/name/snbo :$PYTHONPATH
3+ # Replace 'PATH_TO_SNBO_FOLDER' with the path to your SNBO project
4+ export PYTHONPATH=PATH_TO_SNBO_FOLDER :$PYTHONPATH
55
66# variables
77method=" snbo"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Replace 'PATH_TO_SNBO ' with the path to your SNBO project
4- export PYTHONPATH=PATH_TO_SNBO :$PYTHONPATH
3+ # Replace 'PATH_TO_SNBO_FOLDER ' with the path to your SNBO project
4+ export PYTHONPATH=PATH_TO_SNBO_FOLDER :$PYTHONPATH
55
66methods=(" bo" " ibnn" " turbo" " dycors" " snbo" )
77
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # add path of the root folder
4- export PYTHONPATH=/home/name/snbo :$PYTHONPATH
3+ # Replace 'PATH_TO_SNBO_FOLDER' with the path to your SNBO project
4+ export PYTHONPATH=PATH_TO_SNBO_FOLDER :$PYTHONPATH
55
66# variables
77problem=" rover"
You can’t perform that action at this time.
0 commit comments