Alexis DUBURCQ
Results
92
comments of
Alexis DUBURCQ
Strangely enough, it partially works if I commet out `column_limit = 79`, but I need to set the limit to `92` to avoid splitting the arguments of the function call...
At least something consistent, but ideally: ```python class Foo: def bar(self) -> None: if self.observer.state_space is not None: state_spaces = observation_space.setdefault( 'states', gym.spaces.Dict()) try: self.env.register_variable( # type: ignore[attr-defined] 'state', state,...