Skip to content

Commit

Permalink
Update cgcnn_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyxl authored Apr 10, 2024
1 parent bbb5a68 commit f0ee5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mofa/scoring/cgcnn_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from torch.nn.parallel import DistributedDataParallel
from typing import Union
from pathlib import Path
from mofa.models.cgcnn import CrystalGraphConvNet
from mofa.scoring.cgcnn import CrystalGraphConvNet
import os
import ase
import abc
Expand Down

0 comments on commit f0ee5cf

Please sign in to comment.