Skip to content

Commit

Permalink
removed cplex sorting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Sep 12, 2023
1 parent 0f8108c commit d62b8f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/functionality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <solution_file> > <sorted_file>``.

Setup
-----
The ``setup`` module in ``otoole`` allows you to generate template files to
Expand Down

0 comments on commit d62b8f3

Please sign in to comment.