Simulation of microfluidic flow in deformable vessels.
We follow the PEP 8 coding
conventions. Use black to format your code.
In particuler:
CamelCasefor classessnake_casefor functions and variables
For file names we use:
CamelCase.pyfor modulessnake_case.pyfor scripts and tests
Before being able to run tests, you need to execute
pip install -e .[test] to editably install the code.