Skeleton for numerical projects with Python. This skeleton uses numpy and pytest. Rename the python_skeleton
subdirectory to your module name.
Before being able to run tests, you need to execute
pip install -e .[test]
to editably install the code.