Skip to content

Commit

Permalink
add logging info for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hartmann committed Jan 9, 2025
1 parent d6360e3 commit 9883743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kimmdy_grappa/grappa_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(
self, *args, grappa_tag: str = "latest", charge_model: str = "amber99", **kwargs
):
super().__init__(*args, **kwargs)
logger.info(f"Instantiating Grappa with tag '{grappa_tag}'.")
grappa_instance = Grappa.from_tag(grappa_tag)
self.kimmdy_grappa_parameterizer = KimmdyGrappaParameterizer(
grappa_instance=grappa_instance,
Expand Down

0 comments on commit 9883743

Please sign in to comment.