Skip to content

Commit

Permalink
+workaround for GPy legacy error
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulHeese committed Dec 20, 2022
1 parent 85f6c09 commit a74f0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
"# Classify\n",
"\n",
"import GPy\n",
"np.bool = bool # workaround for legacy error in GPy\n",
"class GPRegressor:\n",
" def __init__(self, kernel):\n",
" self.kernel = kernel\n",
Expand Down Expand Up @@ -588,7 +589,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.10.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a74f0d3

Please sign in to comment.