Skip to content

Commit f651e23

Browse files
Merge pull request #2 from danielandresarcones/examples
Added and fixed examples notebooks to replicate the original paper. Some bug fixes added to the python translation
2 parents b0d2f70 + 162c8d0 commit f651e23

6 files changed

Lines changed: 1280 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ BASTION/
6666
outputs/
6767
scripts/
6868
DEVLOG.md
69-
environment.yml
7069
2601.18052v1.pdf
7170
/airtraffic.csv
7271
/NYelectricity.csv

environment.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: pybastion
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.11
6+
- numpy
7+
- scipy
8+
- pandas
9+
- matplotlib
10+
- tqdm
11+
- pyreadr
12+
- scikit-sparse
13+
- pip
14+
- pip:
15+
- emcee

notebooks/example_airtraffic.ipynb

Lines changed: 460 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)