twosixlabs / armory

ARMORY Adversarial Robustness Evaluation Test Bed
MIT License
174 stars 67 forks source link

Remove np.object references #1974

Closed swsuggs closed 1 year ago

swsuggs commented 1 year ago

To fix #1971, the three references to np.object are replaced with object, as advised by the error statement:

To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe.