Skip to content

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

Open
kamelCased wants to merge 1 commit intostepjam:mainfrom
kamelCased:patch-1
Open

Fix np.bool in /arm/arm/launch_utils.py#20
kamelCased wants to merge 1 commit intostepjam:mainfrom
kamelCased:patch-1

Conversation

@kamelCased
Copy link

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)]

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)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant