Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rayg1234 committed Aug 21, 2024
1 parent 78498c5 commit f78397e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fairchem/core/models/equiformer_v2/equiformer_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def forward(self, data: Batch, emb: dict[str, torch.Tensor | GraphData]):
return {"energy": energy / data.natoms}
else:
raise ValueError(f"agg_fn can only be sum or mean, user provided: {self.agg_fn}")



@registry.register_model("equiformer_v2_force_head")
Expand Down

0 comments on commit f78397e

Please sign in to comment.