def test_report_score(): report_score(np.array([1, 2, 3]), mean_absolute_error) report_score(np.array([1, 2, 3]), None)