inducer / pytato

Lazily evaluated arrays in Python
Other
8 stars 16 forks source link

Add duplicate node counter functionality and tests #508

Open kajalpatelinfo opened 1 week ago

kajalpatelinfo commented 1 week ago

Building off #507.

This PR builds off #507 by adding functionality and tests to count duplicates however many times they appear in the DAG. The default functionality is to not count duplicates.

kajalpatelinfo commented 1 week ago

@majosm Please review when convenient!