Skip to content

Commit 40f7d5c

Browse files
committed
update numpy version of blackbox likelihood nb
1 parent ea728a9 commit 40f7d5c

File tree

2 files changed

+151
-142
lines changed

2 files changed

+151
-142
lines changed

examples/case_studies/blackbox_external_likelihood.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"(blackbox_likelihood_cython)=\n",
78
"# Using a \"black box\" likelihood function (Cython)"
89
]
910
},
@@ -818,7 +819,7 @@
818819
],
819820
"metadata": {
820821
"kernelspec": {
821-
"display_name": "Python 3",
822+
"display_name": "Python 3 (ipykernel)",
822823
"language": "python",
823824
"name": "python3"
824825
},
@@ -832,7 +833,7 @@
832833
"name": "python",
833834
"nbconvert_exporter": "python",
834835
"pygments_lexer": "ipython3",
835-
"version": "3.8.5"
836+
"version": "3.9.7"
836837
}
837838
},
838839
"nbformat": 4,

examples/case_studies/blackbox_external_likelihood_no_cython.ipynb

+148-140
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)