Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KathiEsterl committed Sep 3, 2024
1 parent 5e55f95 commit da36d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/howToUse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to enhance the efficacy of the optimization process using the selected

For more specific or extensive changes you are kindly invited to write code and add new functionalities. Please see Section Section ref:`Contributing_ref`.

Once the calculation has finished, the ``Etrago-object`` will contain all of the resulting data. Some principal results (e.g. annual system costs) are calculated by the function :meth:`etrago.calc_results<etrago.analyze.calc_results.calc_etrago_results>`. Additionally, several plotting functions are available (:meth:`etrago.analyze.plot<etrago.analyze.plot>`). To save the results, you can write them to csv files. You can specify this export within the ``args``.
Once the calculation has finished, the ``Etrago object`` will contain all of the resulting data. Some principal results (e.g. annual system costs) are calculated by the function :meth:`etrago.calc_results<etrago.analyze.calc_results.calc_etrago_results>`. Additionally, several plotting functions are available (:meth:`etrago.analyze.plot<etrago.analyze.plot>`). To save the results, you can write them to csv files. You can specify this export within the ``args``.


.. _Examples:
Expand Down

0 comments on commit da36d49

Please sign in to comment.