Skip to content
Snippets Groups Projects
Commit 1be87c10 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

cc

parent 3ca112ad
No related branches found
No related tags found
No related merge requests found
# firanka # firanka
[![Build Status](https://travis-ci.org/smok-serwis/firanka.svg)](https://travis-ci.org/smok-serwis/firanka) [![Build Status](https://travis-ci.org/smok-serwis/firanka.svg)](https://travis-ci.org/smok-serwis/firanka)
[![Test Coverage](https://codeclimate.com/github/smok-serwis/firanka/badges/coverage.svg)](https://codeclimate.com/github/smok-serwis/firanka/coverage) [![Test Coverage](https://codeclimate.com/github/smok-serwis/firanka/badges/coverage.svg)](https://codeclimate.com/github/smok-serwis/firanka/coverage)
[![Code Climate](https://codeclimate.com/github/smok-serwis/firanka/badges/gpa.svg)](https://codeclimate.com/github/smok-serwis/firanka) [![Code Climate](https://codeclimate.com/github/smok-serwis/firanka/badges/gpa.svg)](https://codeclimate.com/github/smok-serwis/firanka)
......
...@@ -23,5 +23,3 @@ class DataSeries(object): ...@@ -23,5 +23,3 @@ class DataSeries(object):
return self.data[-1] - self.data[0] return self.data[-1] - self.data[0]
except IndexError: except IndexError:
return 0.0 return 0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment