We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72e2f4 commit e161553Copy full SHA for e161553
hints_tests.py
@@ -36,7 +36,7 @@ def test_program(program_name: str):
36
test_program("dict_write")
37
test_program("dict_update")
38
test_program("default_dict_new")
39
- # test_program("squash_dict") # ValueError: Custom Hint Error: ValueError: Failed to get ids value
+ test_program("squash_dict")
40
# test_program("dict_squash") # Custom Hint Error: AttributeError: 'PyTypeId' object has no attribute 'segment_index'
41
test_program("ids_size")
42
test_program("split_felt")
0 commit comments