File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
if os .path .exists ("examples" ):
39
39
external_docs = os .listdir ("examples" )
40
40
for doc in external_docs :
41
- file = Path ("examples" , doc )
41
+ file = Path ("examples" , doc )
42
42
if os .path .exists (file ):
43
43
os .remove (file )
44
44
45
- os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/case_studies/BART_introduction .ipynb -P examples" )
46
- os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/case_studies/BART_quantile_regression .ipynb -P examples" )
47
- os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/case_studies /bart_heteroscedasticity.ipynb -P examples" )
45
+ os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_introduction .ipynb -P examples" )
46
+ os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart/bart_quantile_regression .ipynb -P examples" )
47
+ os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/bart /bart_heteroscedasticity.ipynb -P examples" )
48
48
os .system ("wget https://raw.githubusercontent.com/pymc-devs/pymc-examples/main/examples/references.bib -P examples" )
49
49
50
50
# bibtex config
You can’t perform that action at this time.
0 commit comments