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
{{ message }}
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
Note that AZTK_IS_MASTER and AZTK_IS_WORKER are both true despite AZTK_WORKER_ON_MASTER=False.
I believe this is because the install.py script is using the string value "False" in a boolean context here. The expression bool('False') evaluates to True in Python.