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
After the open_targets/config.py is generated, the loaded module is not updated and the subsequent schema generation does not use the latest config. A simple workaround would be running the code generation twice but this is not efficient. Need to find a way to update all modules that reference the config module and update all of them.
The text was updated successfully, but these errors were encountered:
After the
open_targets/config.py
is generated, the loaded module is not updated and the subsequent schema generation does not use the latest config. A simple workaround would be running the code generation twice but this is not efficient. Need to find a way to update all modules that reference the config module and update all of them.The text was updated successfully, but these errors were encountered: