Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
A669015 committed Jan 29, 2025
1 parent 26d8915 commit 7c066a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactive-flows/cnf-combustion/gnns/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
import torch_geometric as pyg
import torch_optimizer as optim
import yaml

from lightning.pytorch.trainer import Trainer
from models import LitGCN, LitGAT, LitGIN, LitGraphUNet

from models import LitGAT, LitGCN, LitGIN, LitGraphUNet


class TestModel(unittest.TestCase):
Expand Down

0 comments on commit 7c066a8

Please sign in to comment.