Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run functions arent being passed restart as a bool #1

Closed
mmelo-yottaa opened this issue Jun 26, 2022 · 1 comment
Closed

run functions arent being passed restart as a bool #1

mmelo-yottaa opened this issue Jun 26, 2022 · 1 comment

Comments

@mmelo-yottaa
Copy link

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...

@SivaKesava1
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants