Skip to content

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fyng committed Feb 7, 2024
1 parent 5f161a3 commit d14f65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mtenn/conversion_utils/visnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ def get_model(
comb_readout=None,
):
"""
Exposed function to build a Model object from a SchNet object. If none
Exposed function to build a Model object from a VisNet object. If none
is provided, a default model is initialized.
Parameters
----------
model: SchNet, optional
SchNet model to use to build the Model object. If left as none, a
model: VisNet, optional
VisNet model to use to build the Model object. If left as none, a
default model will be initialized and used
grouped: bool, default=False
Whether this model should accept groups of inputs or one input at a
Expand Down

0 comments on commit d14f65d

Please sign in to comment.