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
There can be issues with setting env.config to None/null in a config file or leaving out this setting entirely. This is because some parts of the scheduler assume a non-empty env.config. This issue was originally raised in #82 by @HYDesmondLiu.
Potential Solution
There are multiple ways to achieve this:
automatically add env config if empty (requires access to this in code).
remove call to config outside env_creator script.
The text was updated successfully, but these errors were encountered:
On the current dev version, the name attribute is no longer required anywhere in Beobench scheduler or agent code. Thus, this issue will be resolved in the next release.
Problem
There can be issues with setting
env.config
toNone
/null
in a config file or leaving out this setting entirely. This is because some parts of the scheduler assume a non-empty env.config. This issue was originally raised in #82 by @HYDesmondLiu.Potential Solution
There are multiple ways to achieve this:
The text was updated successfully, but these errors were encountered: