You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think DifferentialTesting/Implementations/main.py line 112-113 wants to pass the value False and not the string "False" to the run function... seems despite your annotations mypy flag find this issue because of the indirect call through globals dict...
The text was updated successfully, but these errors were encountered:
Thanks for filing the issue. I just checked the main.py with mypy as python3 -m mypy main.py and ignored the "did not find module error" for all the imports, and mypy assumed it as Any type. Therefore, this one slipped.
thanks for sharing this code, interesting!
I think DifferentialTesting/Implementations/main.py line 112-113 wants to pass the value False and not the string "False" to the run function... seems despite your annotations mypy flag find this issue because of the indirect call through globals dict...
The text was updated successfully, but these errors were encountered: