Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Sep 3, 2024
1 parent 3e8267e commit b3e8e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarl/models/gnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _perform_checks(self):
)
if self.velocity_key is not None and self.vel_features <= 0:
raise ValueError(
f"Position key specified but vel_features is {self.vel_features}"
f"Velocity key specified but vel_features is {self.vel_features}"
)
elif self.velocity_key is None and self.vel_features > 0:
raise ValueError(
Expand Down

0 comments on commit b3e8e60

Please sign in to comment.