Skip to content

Commit

Permalink
"Fixed" bug when the user selects model profiles that don't overlap i…
Browse files Browse the repository at this point in the history
…n time with other profiles
  • Loading branch information
tsupinie committed Jan 3, 2019
1 parent 7a16d5c commit a8a322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharppy/sharptab/prof_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def setCurrentDate(self, cur_dt):
try:
self._prof_idx = self._dates.index(cur_dt)
except ValueError:
self._prof_idx = -1
pass

def setAnalogToDate(self, analog_to_date):
"""
Expand Down

0 comments on commit a8a322a

Please sign in to comment.