You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line seems unnecessary since self._last_info is never used. Additionally, this conversion can fail for certain info dictionaries, raising an exception.
The text was updated successfully, but these errors were encountered:
The conversion of `info` to NumPy in `self._last_info` is unnecessary as `self._last_info` is never used. This line could also raise exceptions for certain `info` dictionaries. Fixeshaosulab#791.
ManiSkill/mani_skill/utils/wrappers/record.py
Line 517 in 42d4fcf
This line seems unnecessary since self._last_info is never used. Additionally, this conversion can fail for certain info dictionaries, raising an exception.
The text was updated successfully, but these errors were encountered: