We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1241a commit 952ebeeCopy full SHA for 952ebee
models/adversarialattacks/adversarialattacks.py
@@ -16,7 +16,6 @@
16
"""
17
18
import os
19
-import math
20
import json
21
import numpy as np
22
@@ -181,7 +180,6 @@ def main(
181
180
if __name__ == "__main__":
182
matches = {}
183
obj_value = main(4, 40, prob_type="MPEC")
184
- assert math.isclose(obj_value, -1.96277, rel_tol=0.001)
185
186
# The script below is an example of how to run multiple instances of the model
187
# with different hidden layers, hidden layer neurons, and problem types. This
0 commit comments