Skip to content

Commit

Permalink
Update the doc string (openmm#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Dec 20, 2021
1 parent b0383c0 commit f3a93d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch/OptimizedTorchANI.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

class OptimizedTorchANI(torch.nn.Module):

from torchani.models import BuiltinModel
from torchani.models import BuiltinModel # https://github.com/openmm/NNPOps/issues/44

def __init__(self, model: BuiltinModel, atomicNumbers: Tensor) -> None:

Expand Down

0 comments on commit f3a93d3

Please sign in to comment.