finch-tensor / finch-tensor-python

Sparse and Structured Tensor Programming in Python
MIT License
8 stars 3 forks source link

add floor division #50

Closed willow-ahrens closed 5 months ago

willow-ahrens commented 5 months ago

This is a PR to add floor division based on https://github.com/willow-ahrens/Finch.jl/pull/557

mtsokol commented 5 months ago

Thank you for a PR! __floordiv__ already exists in Tensor, you need to rebase as you're 65 commits behind.

willow-ahrens commented 5 months ago

oops! I just made a different PR to keep things simple.