def heuristics_v1(edge_attr: np.ndarray, node_attr: np.ndarray) -> np.ndarray:
    return np.ones_like(edge_attr)
