Skip to content

Commit 41ef227

Browse files
radka-jsgreenbury
andauthored
Update docs/tutorials/emulation/01_quickstart.ipynb
Co-authored-by: Sam Greenbury <[email protected]>
1 parent bbc20c3 commit 41ef227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/emulation/01_quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"ae = AutoEmulate(x, y, models=models)\n",
146146
"```\n",
147147
"\n",
148-
"The user can also directly restrict the selection to just probabilistis models by using the `only_probabilistic` argument without having to list all the models individually:\n",
148+
"The user can also directly restrict the selection to just probabilistic models by using the `only_probabilistic` argument without having to list all the models individually:\n",
149149
"\n",
150150
"```python\n",
151151
"ae = AutoEmulate(x, y, only_probabilistic=True)\n",

0 commit comments

Comments
 (0)