def test_get_no_attr_users():
    my_problem = NearestNeighborsOpt(schema)
    result = my_problem.get_no_attr_users()[0]
    expected = np.array([8])
    np.testing.assert_array_equal(result, expected, "Fail : get_no_attr_users")