Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduler: fix false add_condition replace warning
Do not set _user_specified_conds in __init__, because it will be set by add_condition_set in graph_scheduler.Scheduler.__init__. This second call would result in the condition replacement warning for any conditions passed in.
- Loading branch information