Skip to content

Commit

Permalink
define self.intelligent in initialize()
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigCallender authored Nov 18, 2024
1 parent 8e31ca5 commit 1c39e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/pv_opt/pv_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ def initialize(self):
self.log("")
self.io = False
self.agile = False
self.intelligent = False
self.debug = DEBUG
self.redact_regex = REDACT_REGEX
self.contract_last_loaded = pd.Timestamp("1970-01-01", tz="UTC")
Expand Down

0 comments on commit 1c39e07

Please sign in to comment.