Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.38 KB

README.rst

File metadata and controls

67 lines (40 loc) · 1.38 KB

README for Senesc-Wheat

This is the Senesc-Wheat model, a model of senescence adapted to wheat.

Prerequisites

Installing

Use setup.py:

python setup.py install

To install in develop mode:

python setup.py develop

Reading the docs

After installing:

python setup.py build_sphinx

Then, direct your browser to _build/html/index.html.

Testing

With Nose:

nosetests

Without Nose, install the package (see section "Installing") and run:

python test/unit/test_senescwheat.py

Contact

Please send a mail to senesc-wheat@groupes.renater.fr.

Contributing

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug: https://sourcesup.renater.fr/tracker/?group_id=1792.
  2. If you feel uncomfortable or uncertain about an issue or your changes, feel free to email senesc-wheat@groupes.renater.fr.