Skip to content

Commit 952ebee

Browse files
remove assert check to avoid variability errors
1 parent 1a1241a commit 952ebee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/adversarialattacks/adversarialattacks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"""
1717

1818
import os
19-
import math
2019
import json
2120
import numpy as np
2221

@@ -181,7 +180,6 @@ def main(
181180
if __name__ == "__main__":
182181
matches = {}
183182
obj_value = main(4, 40, prob_type="MPEC")
184-
assert math.isclose(obj_value, -1.96277, rel_tol=0.001)
185183

186184
# The script below is an example of how to run multiple instances of the model
187185
# with different hidden layers, hidden layer neurons, and problem types. This

0 commit comments

Comments
 (0)