Skip to content

Commit 9c51f72

Browse files
committed
Shorten _register_synthetic_freq docstring under 120 chars
CI's ruff caught E501 on the one-line docstring in the test helper.
1 parent aac2a7d commit 9c51f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/isaaclab_newton/test/cloner/test_rename_builder_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def setUp(self):
161161
self.mapping = torch.ones(1, len(self.worlds), dtype=torch.bool)
162162

163163
def _register_synthetic_freq(self, builder, freq_name, world_attr_name, str_attr_names):
164-
"""Register a ``syn:<freq_name>`` custom frequency, a ``references="world"`` int companion, and one or more ``dtype=str`` columns at it."""
164+
"""Register a ``syn:<freq_name>`` frequency with one world int column and N string columns."""
165165
freq = f"syn:{freq_name}"
166166
builder.add_custom_frequency(newton.ModelBuilder.CustomFrequency(name=freq_name, namespace="syn"))
167167
builder.add_custom_attribute(

0 commit comments

Comments
 (0)