Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Aug 5, 2016
1 parent 06caf09 commit c3ccc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsdtools/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def row2series(self, **row_data):
return pd.Series(row_data)

def append(self, series):
self.df = self.df.append(series, ignore_index=True)
self.df = self.df.append(series, ignore_index=True)

def to_pickle(self, filename):
self.df.to_pickle(filename)
Expand Down

0 comments on commit c3ccc23

Please sign in to comment.