Skip to content

Commit 4c7f1a6

Browse files
authored
Merge pull request #31 from lordphone/workflow-python-update
Fix path references in notebook/README + Workflow python version update,
2 parents cb141c7 + a9e9b78 commit 4c7f1a6

4 files changed

Lines changed: 17 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
with:
1111
submodules: true
1212
lfs: true
13-
- name: Python 3.7
13+
- name: Python 3.8
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.7
16+
python-version: 3.8
1717
- name: Dependencies
1818
run: |
1919
sudo apt-get install libcurl4-openssl-dev

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Eprint = {arXiv:1812.05752},
2323
The total dataset is ~100GB and can be downloaded [here](http://academictorrents.com/details/65a2fbc964078aff62076ff4e103f18b951c5ddb) It is divided into ~10GB chunks.
2424

2525
## Example Code
26-
There is an example data segment in this repo for experimentation. There are also some notebooks with some example code. Including a position benchmark. This code has only been tested on python 2.7 and python 3.6. Make sure to `pip install -r requirements.txt` if you do not have the relevant packages installed already. Additionally, make sure to add the `openpilot` submodule and `notebooks/lib` module to your `PYTHONPATH`.
26+
There is an example data segment in this repo for experimentation. There are also some notebooks with some example code. Including a position benchmark. This code has only been tested on python 2.7 and python 3.6. Make sure to `pip install -r requirements.txt` if you do not have the relevant packages installed already.
2727
The examples contain a 1 minute sample segment and some sample notebooks.
2828
* processed_readers: some examples of data reading and plotting
2929
* position_benchmarks: example of running the position benchmark used to evaluate fix quality

notebooks/position_benchmark.ipynb

Lines changed: 7 additions & 4 deletions
Large diffs are not rendered by default.

notebooks/raw_readers.ipynb

Lines changed: 7 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)