Light Mode
Dark Mode
There is a bug

In Solve Radiation task there is an assert:

assert checkio([
                [2, 1, 2, 2, 2, 4],
                [2, 5, 2, 2, 2, 2],
                [2, 5, 4, 2, 2, 2],
                [2, 5, 2, 2, 4, 2],
                [2, 4, 2, 2, 2, 2],
                [2, 2, 4, 4, 2, 2]
            ]) == [19, 2], '19 of 2'

But there is more than "19 of 2", there is "26 of 2". I think there is a bug.

Created: Aug. 19, 2013, 8:09 a.m.
Updated: Sept. 30, 2013, 1:47 p.m.
0
15
User avatar
peter_parada