Skip to content

Commit bc3d903

Browse files
committed
revert change made for ease of testing
1 parent 13708fd commit bc3d903

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
@@ -123,7 +123,7 @@
123123
"outputs": [],
124124
"source": [
125125
"# Run AutoEmulate with default settings\n",
126-
"ae = AutoEmulate(x, y, models=[\"GPRBF\"], model_params={}, log_level=\"error\")"
126+
"ae = AutoEmulate(x, y, log_level=\"error\")"
127127
]
128128
},
129129
{

0 commit comments

Comments
 (0)