Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardaji committed May 30, 2019
1 parent a640fa0 commit e0dab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mooda/waterframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, path=None, df=None, metadata=None, meaning=None):
self.data.set_index('TIME', inplace=True)
# self.data.index = pd.to_datetime(self.data.index)
self.data.sort_index(inplace=True)
except Exception as e:
except Exception:
pass

def __repr__(self):
Expand Down

0 comments on commit e0dab4d

Please sign in to comment.