Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Aug 15, 2023
1 parent daa8a65 commit bb71b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e3nn/o3/_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ class Linear(CodeGenMixin, torch.nn.Module):
explicitly set to ``False``, for consistancy with `e3nn.o3.TensorProduct`.
shared_weights : bool
whether the `e3nn.o3.Linear` should be weighted individually for each input in a batch. Defaults to ``False``.
Cannot be ``True`` if ``internal_weights`` is ``True``.
whether the `e3nn.o3.Linear` should be weighted individually for each input in a batch. Defaults to ``True``.
Cannot be ``False`` if ``internal_weights`` is ``True``.
instructions : list of 2-tuples, optional
list of tuples ``(i_in, i_out)`` indicating which irreps in ``irreps_in`` should contribute to which irreps in
Expand Down

0 comments on commit bb71b3c

Please sign in to comment.