Skip to content

Commit

Permalink
Covering up a possible error : db.conf NOT FOUND (#36)
Browse files Browse the repository at this point in the history
* Covering up a possible error

Setting the repository up for the first time might cause this error to pop up. A solution was proposed earlier in Teams chat. Just migrating it here.

* Update README.md

Included a check to ensure that

* Update Clustering.py

Update clustering.py file to link it main branch 'trip_model' rather than hlu09's tour_model_extended

* Revert "Update Clustering.py"

This reverts commit e90d503.

* Update Readme

Ensuring conf file copied to correct location

* Removed whitespace
  • Loading branch information
humbleOldSage authored Aug 14, 2023
1 parent 4523a5f commit 97bcc3a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,25 @@ it needs to be included while running them.
$ export EMISSION_SERVER_HOME=<path_to_emission_server_repo>
```
To verify, check the environment variables using
$ env
and ensure ```ENV_SERVER_HOME``` is present in the list and has the right path (as mentioned above).
1. If you haven't setup before, set up the evaluation system
```
$ source setup.sh
```
1. If you have, activate
```
$ source activate.sh
```
1. Access the visualizations of interest and copy the config over
1. Access the visualizations of interest and copy the config over. The `<eval_folder>` mentioned below can be any folder containing notebooks and/or .py files for visualisation or other purposes. E.g. : `TRB_label_assist` is one such folder.
```
$ cd <eval_folder>
Expand Down

0 comments on commit 97bcc3a

Please sign in to comment.