fchollet/ARC-AGI

dc433765.json train 5 == test 0

Closed this issue · 2 comments

It seems that dc433765's train 5 == test 0:

import json
filename = "../ARC/data/training/dc433765.json"
with open(filename, "r+") as jsonFile:
    data = json.load(jsonFile)
print(data['train'][5]['input'] == data['test'][0]['input'])
print(data['train'][5]['output'] == data['test'][0]['output'])

produces

True
True

dc433765

wow, train 5 and test 0 are indeed identical.

ARC-Interactive
dc433765

I'm suggesting this fix, moving the yellow down by 1 pixel.
ARC-Interactive with the fixed task
dc433765_v2

The fixed file is here dc433765_v2.json