Contributing¶
Contributions are welcome. This project is small and research-oriented, so please open an issue to discuss non-trivial changes before sending a PR.
Setup¶
Before opening a PR¶
Run a single test while iterating:
CI runs pytest --cov=deltaflow on Python 3.10 / 3.11 / 3.12.
Adding an example¶
Examples live under examples/<tier>/<NN-name>/main.py, where <tier> is one
of 00-foundations, 10-sampling, 20-training, 30-inverse,
90-showcase. Each example should run standalone in well under a minute on
CPU.