From 0f8108c2e8164eb47da019fc7b31c59700de0542 Mon Sep 17 00:00:00 2001 From: Trevor Barnes <67297083+trevorb1@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:33:29 -0700 Subject: [PATCH] Update convert.rst --- docs/convert.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/convert.rst b/docs/convert.rst index 3c9093e7..2333d976 100644 --- a/docs/convert.rst +++ b/docs/convert.rst @@ -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