We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3059389 commit 6d236c0Copy full SHA for 6d236c0
experiments/degenerate_counterexample.py
@@ -27,3 +27,6 @@ def main():
27
print("Filler:", f)
28
print("Counterexample and filler agree:", np.array_equal(counterexample,f))
29
30
+if __name__ == "__main__":
31
+ main()
32
+
0 commit comments