Test Setup
Once the data are all imported, navigate back to the main directory and run the --check-setup
function.
- Ensure your working directory is open in your terminal.
pwd
- This should return
[your/file/path]/working-directory/echo_air
. If it does not, usecd
to navigate up and down to get there.
- This should return
- Run the following code:
python3 run_echo_air.py --check-setup
- If everything is configured correctly, you should get a message that says so.