We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967697d commit e29b10eCopy full SHA for e29b10e
docs/QuickStart.ipynb
@@ -29,7 +29,7 @@
29
"import numpy as np\n",
30
"from optbayesexpt import OptBayesExpt\n",
31
"\n",
32
- "myOBE = OptBayes() # initiate a class"
+ "myOBE = OptBayesExpt() # initiate a class"
33
]
34
},
35
{
docs/quickstart.rst
@@ -25,7 +25,7 @@ Setting up
25
import numpy as np
26
from optbayesexpt import OptBayesExpt
27
28
- myOBE = OptBayes() # initiate a class
+ myOBE = OptBayesExpt() # initiate a class
Specify the experimental settings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments