BlockScience / aztec-gddt

Aztec Granular Design Digital Twin
Apache License 2.0
10 stars 0 forks source link

Consider removing lambda function in block process evolve for consistency #259

Closed SeanMcOwen closed 3 months ago

SeanMcOwen commented 3 months ago

'is_censored': lambda p, _1, _2, s, _5: ('is_censored', check_for_censorship(p, s))

Would transform it into a formal function

jackhack00 commented 3 months ago

sgtm