Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 594 Bytes

File metadata and controls

12 lines (9 loc) · 594 Bytes

Contributing

Coding standards

Coding standards applied and adhered to in this project are based on PEP 8 guidelines. Black or Ruff are used to ensure that coding standards are met.

Tracing original mathematical notation in code is explicitly encouraged to enforce readability and traceability, even if not compliant with PEP 8. For instance, a single-character variable name may be capitalized if the variable is capitalized in the original literature referred to.