Thank you for improving Dynamic Vine Copulas. The project is organized as a reusable scientific Python package with a separate paper/project workspace.
- Keep reusable code under
src/dvc_package. - Keep public entry points under
scripts. - Keep paper-only scripts, generated artifacts, local runbooks, and exploratory
notes under
drafts/projects. - Add focused tests for behavioral changes.
- Prefer deterministic seeds in tests and examples.
- Use logging in library code instead of print statements.
- Document public APIs in
docs/referenceand user-facing workflows indocs/user-guide.
python scripts/test_installation.py
python -m pytest -q
mkdocs buildAlso scan for local paths, machine-specific notes, generated data, and placeholder metadata before publishing a branch.