From 422c1822ead5f4bb49ee5bd527756a9ad8917ee0 Mon Sep 17 00:00:00 2001 From: Philip Weigel Date: Mon, 6 Jan 2025 15:41:27 -0500 Subject: [PATCH] Remove NoPE from __init__.py --- src/graphnet/models/graphs/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphnet/models/graphs/__init__.py b/src/graphnet/models/graphs/__init__.py index 77387b607..e6970bc62 100644 --- a/src/graphnet/models/graphs/__init__.py +++ b/src/graphnet/models/graphs/__init__.py @@ -11,5 +11,4 @@ EdgelessGraph, KNNGraphRRWP, KNNGraphRWSE, - KNNGraphNoPE, )