Skip to content

Commit c153cf3

Browse files
committed
move stan file to examples/misc folder
1 parent 615d02d commit c153cf3

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

examples/Bayesian_Experimental_Design.ipynb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
" def run_hmc_posterior(\n",
267267
" self, y: Tensor, num_samples: int = 1000, num_chains: int = 4\n",
268268
" ) -> Tensor:\n",
269-
" stan_model = CmdStanModel(stan_file=\"mm_gsn.stan\")\n",
269+
" stan_model = CmdStanModel(stan_file=\"misc/mm_gsn.stan\")\n",
270270
" hmc_posterior_samples = []\n",
271271
"\n",
272272
" for y_sample in y:\n",
@@ -764,16 +764,7 @@
764764
"name": "python3"
765765
},
766766
"language_info": {
767-
"codemirror_mode": {
768-
"name": "ipython",
769-
"version": 3
770-
},
771-
"file_extension": ".py",
772-
"mimetype": "text/x-python",
773-
"name": "python",
774-
"nbconvert_exporter": "python",
775-
"pygments_lexer": "ipython3",
776-
"version": "3.11.5"
767+
"name": "python"
777768
}
778769
},
779770
"nbformat": 4,
File renamed without changes.

0 commit comments

Comments
 (0)