Skip to content
Tom Van Mele edited this page Jun 26, 2019 · 3 revisions

Developer Guide

Warning

Under construction...

This guide provides basic information about setting up a development environment and writing code for the COMPAS framework.

For instructions on how to submit contributions, see Contributions

Installation

  1. clone repo
  2. install from source (dependencies + dev tools)
$ pip install -r requirements-dev.txt

Writing code

Naming conventions

Package structure

Module structure

Docstrings

Testing

  • We use pytest for writing unit tests

Benchmarking

Clone this wiki locally