Skip to content

Commit

Permalink
evalidate允许operators属性
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 13, 2023
1 parent 7173b36 commit 28f0143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/utils/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, plan):

self.eval_model = base_eval_model.clone()
self.eval_model.nodes.extend(["Call", "Attribute"])
self.eval_model.attributes.extend(["party_time", "is_working", "is_resting", "current_mood", "current_room"])
self.eval_model.attributes.extend(["operators", "party_time", "is_working", "is_resting", "current_mood", "current_room"])

def __repr__(self):
return f'Operators(operators={self.operators})'
Expand Down

0 comments on commit 28f0143

Please sign in to comment.