From d62b8f3252d793e81389690d43653c097d97161a Mon Sep 17 00:00:00 2001 From: trevorb1 Date: Tue, 12 Sep 2023 03:56:32 -0700 Subject: [PATCH] removed cplex sorting warning --- docs/functionality.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/functionality.rst b/docs/functionality.rst index b923f1b4..503fc899 100644 --- a/docs/functionality.rst +++ b/docs/functionality.rst @@ -124,12 +124,6 @@ Gurobi_ or CPLEX_ solution file together with the input data:: The ``--input_datapackage`` and ``--input_datafile`` flags have been replaced by new positional arguments ``input_data_format`` and ``input_path`` -.. WARNING:: - If using CPLEX_, you will need to transform and sort the solution file before - processing it with ``otoole``. Instructions on how to run the transformation - script are on the `OSeMOSYS Repository`_. After transformation, sort the file - with the command ``sort > ``. - Setup ----- The ``setup`` module in ``otoole`` allows you to generate template files to