ARM icon indicating copy to clipboard operation
ARM copied to clipboard

Fix np.bool in /arm/arm/launch_utils.py

Open kamelCased opened this issue 1 year ago • 0 comments

Replace deprecated np.bool with bool in line 47 of /arm/arm/launch_utils.py

47: extra_replay_elements=[ReplayElement('demo', (), np.bool)] -> extra_replay_elements=[ReplayElement('demo', (), bool)]

kamelCased avatar Feb 22 '24 22:02 kamelCased