Skip to content

Commit f720a48

Browse files
authored
Merge pull request #1 from apoorvalal/module
package this into a usable library
2 parents 5343c99 + 6f568c5 commit f720a48

28 files changed

+1813
-1807
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*/**/__pycache__/*
2+
*.csv
3+
*.dta
4+
*.xlsx
5+
*.ipynb_checkpoints
6+
.vscode/*
7+
*.log
8+
*.bbl
9+
*.bcf
10+
*.fls
11+
*.bcf
12+
*.run.xml
13+
**/*_cache/*
14+
*.shp
15+
*.shx
16+
*.qpj
17+
*.dbf
18+
*.RData
19+
*.Rds
20+
*.tab
21+
*.swp
22+
*.spq
23+
*.pqt
24+
*.geojson
25+
*.gpkg
26+
*.aux
27+
*.blg
28+
*.out
29+
*.synctex.gz
File renamed without changes.

jax_gmm.ipynb

Lines changed: 0 additions & 338 deletions
This file was deleted.

jax_linear.ipynb

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)