michaelhodel / arc-dsl

Domain Specific Language for the Abstraction and Reasoning Corpus
MIT License
184 stars 38 forks source link

test_mpapply() failing with python 3.12. #3

Open phargob opened 3 months ago

phargob commented 3 months ago

Ran tests with python 3.12, test_mpapply() is failing due to ordering from frozenset. mpapply() states is wants a tuple as second argument, but the test is passing in frozenset. Changing the test to be a tuple fixes the test for me.