Skip to content

jcbachmann/blending-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

503 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blending Evaluation

Build Lint Test codecov PyPI version License: MIT

A collection of Python libraries and apps for simulation, optimization and evaluation of bulk material homogenization (bmh).

Installation

Install the core library from PyPI:

pip install bmh

Usage

See example.ipynb for a demonstration of how to use the simulation module.

Development

To set up the development environment, clone this repository and run:

uv sync

This will create a virtual environment and install all packages in editable mode.