Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need an interface instead of fetching fitting_net!!!!!!!!! #3536

Closed
github-actions bot opened this issue Mar 19, 2024 · 1 comment · Fixed by #3480
Closed

need an interface instead of fetching fitting_net!!!!!!!!! #3536

github-actions bot opened this issue Mar 19, 2024 · 1 comment · Fixed by #3480

Comments

@github-actions
Copy link

Line: 526

model_params["type_map"],
model_params["new_type_map"],
)
# TODO: need an interface instead of fetching fitting_net!!!!!!!!!
if hasattr(self.model, "atomic_model") and hasattr(
self.model.atomic_model, "fitting_net"
):
self.model.atomic_model.fitting_net.change_energy_bias(
config,
self.model,
old_type_map,

Copy link
Author

Closed in commit e47478f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants