Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 331 Bytes

Skeleton

Skeleton for numerical projects with Python. This skeleton uses numpy and pytest. Rename the python_skeleton subdirectory to your module name.

Tests

Before being able to run tests, you need to execute

pip install -e .[test] 

to editably install the code.