Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang-github committed Jan 2, 2024
1 parent 4f7a8a3 commit dc896dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions agat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
from .data.build_dataset import CrystalGraph
from .model.fit import Fit
from .app.cata.high_throughput_predict import HtAds
from .model.model import PotentialModel

del os
3 changes: 2 additions & 1 deletion agat/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@

from .layer import Layer
from .model import PotentialModel, CrystalPropertyModel, AtomicPropertyModel, AtomicVectorModel
from .fit import Fit
from .fit import Fit
from agat.lib.model_lib import save_model, load_model, save_state_dict, load_state_dict

0 comments on commit dc896dd

Please sign in to comment.