Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 553 Bytes

File metadata and controls

24 lines (17 loc) · 553 Bytes

VascularFlow

Simulation of microfluidic flow in deformable vessels.

Coding conventions

We follow the PEP 8 coding conventions. Use black to format your code.

In particuler:

  • CamelCase for classes
  • snake_case for functions and variables

For file names we use:

  • CamelCase.py for modules
  • snake_case.py for scripts and tests

Tests

Before being able to run tests, you need to execute

pip install -e .[test] 

to editably install the code.