Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hartmann committed Dec 19, 2023
1 parent 8096848 commit 29fa11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grappa_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def parameterize_topology(
) -> Topology:
## get atoms, bonds, radicals in required format
mol = build_molecule(current_topology)
mol.to_json("in.json")
logger.debug(mol.to_dict())

# load model, tag will be changed to be more permanent
model_tag = "https://github.com/LeifSeute/test_torchhub/releases/download/test_release_radicals/radical_model_12142023.pth"
Expand Down

0 comments on commit 29fa11f

Please sign in to comment.