r-barnes / faster-unmixer

A faster implementation of the sediment inverse/unmixing scheme proposed in Lipp et al (2021).
5 stars 1 forks source link

Refactor to transform graph to use strings before passing to Python #10

Closed r-barnes closed 1 year ago

r-barnes commented 1 year ago

Also adding type annotations for the pybind11 extension and calculating total_area before we get to Python so that Python's view of the data is never invalid.