Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 371 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 371 Bytes

bioDigitalMatter Voxel Builder

Setup

conda env update -f environment.yml
conda activate bdm_voxel_builder
pip install -e .

Run main

python -m bdm_voxel_builder data/config.py

Run tests

inv test

Run lint

inv check

Run format

inv format

Run pathplanning

inv docker-ppl