Skip to content

Commit

Permalink
basic tests written for .df attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Aug 23, 2015
1 parent 7e50a9b commit 9ceb231
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 160 deletions.
3 changes: 2 additions & 1 deletion lasio/las.py
Expand Up @@ -466,7 +466,8 @@ def df(self):
if self._use_pandas:
return self._df
else:
raise Warning("pandas is not installed or use_pandas was set to False")
logger.warning("pandas is not installed or use_pandas was set to False")
# raise Warning("pandas is not installed or use_pandas was set to False")

@df.setter
def df(self, value):
Expand Down

0 comments on commit 9ceb231

Please sign in to comment.