Skip to content

Commit

Permalink
Mod: Update AACMetric docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jul 11, 2023
1 parent c03046a commit c27e064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/classes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class AACMetric(nn.Module):
"""Base Metric module used when torchmetrics is not installed."""
"""Base Metric module for AAC metrics. Similar to torchmetrics.Metric."""

# Global values
full_state_update: Optional[bool] = False
Expand Down

0 comments on commit c27e064

Please sign in to comment.