Skip to content

Commit 85c3cc3

Browse files
authored
Merge pull request #53 from caitlinturner/patch-1
Update routines.py
2 parents 4b435af + a4464c5 commit 85c3cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dorado/routines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def plot_exposure_time(walk_data,
566566
elif timedelta == 3600:
567567
timeunit = '[hr]'
568568
elif timedelta == 86400:
569-
timeunit == '[day]'
569+
timeunit = '[day]'
570570
else:
571571
timeunit = '[' + str(timedelta) + ' s]'
572572

0 commit comments

Comments
 (0)