Skip to content
Snippets Groups Projects
coding_guidelines.rst 307 B

How to write proper code in HySoP

Developper should follow python recommandations for code style.

Lower-level functions should be tested in the appropriate unitary tests folders.

Higher-level functionalities should be exposed in an example file.