guangyuzhang / eemeter

Core computation engine for the Open Energy Efficiency Meter

Home Page:http://www.openeemeter.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Energy Efficiency Meter

Build status

Documentation

Docs on RTD.

Dev Installation

$ git clone https://github.com/impactlab/eemeter
$ cd eemeter
$ mkvirtualenv eemeter
(eemeter)$ pip install -e .
(eemeter)$ pip install -r dev_requirements.txt
(eemeter)$ workon # gives you access to virtualenv py.test executable

Testing

This library uses the py.test framework. To develop locally, clone the repo, and in a virtual environment execute the following commands:

$ py.test --runslow

If you run into problems with the py.test executable, please ensure that you are using the virtualenv py.test:

$ py.test --version

Some tests are slow and are skipped by default; to run these (you should!), use the --runslow flag:

$ py.test --runslow

Licence

MIT

About

Core computation engine for the Open Energy Efficiency Meter

http://www.openeemeter.org/

License:MIT License


Languages

Language:Python 97.6%Language:Jupyter Notebook 2.4%