Skip to content

Commit 82690d1

Browse files
DeepMindalimuldal
authored andcommitted
Resolve inconsistent exception paradigm.
PiperOrigin-RevId: 207724232
1 parent 473e09a commit 82690d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm_control/rl/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def step_spec(self, physics):
340340
that describe the shapes, dtypes and elementwise lower and upper bounds
341341
for the array(s) returned by `self.step`.
342342
"""
343-
raise NotImplementedError
343+
raise NotImplementedError()
344344

345345
@abc.abstractmethod
346346
def get_observation(self, physics):

0 commit comments

Comments
 (0)