Skip to content

Commit

Permalink
Add figures and scores folders; update readme and notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rssalessio committed Feb 26, 2020
1 parent b359742 commit 49aab5d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 62 deletions.
93 changes: 33 additions & 60 deletions DPE_Notebook.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Our code is released under the MIT License (refer to the [LICENSE](https://githu
### Requirements

- Python 3.7
- numpy
- numpy 1.16.1
- matplotlib
- pyximport
- cython (for pyximport)


### Simulations
Expand Down
7 changes: 7 additions & 0 deletions figures/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__pycache__/
__pycache__/*
.ipynb_checkpoints/
.ipynb_checkpoints/*
*.txt
*.tar.gz
*.pkl
7 changes: 7 additions & 0 deletions scores/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__pycache__/
__pycache__/*
.ipynb_checkpoints/
.ipynb_checkpoints/*
*.txt
*.tar.gz
*.pkl

0 comments on commit 49aab5d

Please sign in to comment.