Skip to content

Commit

Permalink
tes removing simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Oct 1, 2024
1 parent 24bf8a6 commit 264817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/modules/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def _setup(self) -> None:
)

# Linear
irreps_mid = irreps_mid.simplify()
# irreps_mid = irreps_mid.simplify()
self.irreps_out = self.target_irreps
self.linear = o3.Linear(
irreps_mid, self.irreps_out, internal_weights=True, shared_weights=True
Expand Down

0 comments on commit 264817c

Please sign in to comment.