Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 816 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 816 Bytes

ARCHIVED

The plan for pyop3 is for it to be merged into Firedrake directly. Please see the connorjward/pyop3 and connorjward/pyop3-develop branches there.

Code style: black Imports: isort

pyop3

A more powerful mesh traversal library.

Developer notes

You can set pyop3 up to use pre-commit for linting with black and import sorting with isort. To do so simply install pre-commit and then install the git hook scripts:

pip install pre-commit
pre-commit install