Skip to content

Commit

Permalink
fix missing vaiable
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed May 2, 2024
1 parent fe0ee81 commit 2b91ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algo/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def init(self, *args, **kwargs):
os.mkdir(self.config.data_path)

self.init_phase_duration = pd.Timedelta(self.config.init_phase_length, self.config.init_phase_level)
setup_operator_starttime(self.config.data_path)
self.operator_start_time = setup_operator_starttime(self.config.data_path)

init_phase_duration = pd.Timedelta(self.config.init_phase_length, self.config.init_phase_level)
self.init_phase_handler = InitPhase(self.config.data_path, init_phase_duration)
Expand Down

0 comments on commit 2b91ee7

Please sign in to comment.