Skip to content

Commit

Permalink
fix gnn imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving committed May 8, 2024
1 parent d34bca5 commit b1a0c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omlt/io/torch_geometric/build_gnn_formulation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pyomo.environ as pyo

from omlt.io.torch_geometric import load_torch_geometric_sequential
from omlt.io.torch_geometric.torch_geometric_reader import load_torch_geometric_sequential
from omlt.neuralnet import FullSpaceNNFormulation


Expand Down

0 comments on commit b1a0c44

Please sign in to comment.