Skip to content

Commit

Permalink
Update convert.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 authored Aug 31, 2023
1 parent 87e5613 commit 0f8108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The ``convert_results`` function creates a folder of CSV result files from a CBC
Gurobi_ or CPLEX_ solution file::

>>> from otoole import convert_results
>>> convert_results('my_model.yaml', 'cbc', 'csv', 'my_model.sol', 'my_model_csvs', input_datafile='my_model.dat')
>>> convert_results('my_model.yaml', 'cbc', 'csv', 'my_model.sol', 'my_model_csvs', 'datafile', 'my_model.dat')

See :func:`otoole.convert.convert_results` for more details

Expand Down

0 comments on commit 0f8108c

Please sign in to comment.