Skip to content

Commit ccae8b9

Browse files
committed
Updated driver.rst file
1 parent f2166a5 commit ccae8b9

File tree

1 file changed

+1
-1
lines changed
  • doc/OnlineDocs/explanation/analysis/parmest

1 file changed

+1
-1
lines changed

doc/OnlineDocs/explanation/analysis/parmest/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Load the experimental data into Python and create an instance of your
120120
In this example, each measurement of `y` is treated as a separate experiment.
121121

122122
.. doctest::
123-
123+
>>> from pyomo.contrib.parmest.examples.rooney_biegler.rooney_biegler import RooneyBieglerExperiment
124124
>>> data = pd.DataFrame(data=[[1, 8.3], [2, 10.3], [3, 19.0], [4, 16.0], [5, 15.6], [7, 19.8]],
125125
... columns=["hour", "y"])
126126
>>> exp_list = []

0 commit comments

Comments
 (0)