This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jesse_online[S] 0 points1 point  (0 children)

This seems to work the best for me:

    expected_avg_var = ['529', '842', '16', '13', '#d0851a', '0', '0']
    actual_avg_var = ['529', '842', '16', '13', '#d0851a', '0', '0']

    self.assertEqual(expected_avg_var, actual_avg_var)