Skip to content
forked from impactlab/eemeter

Core computation engine for the Open Energy Efficiency Meter

License

Notifications You must be signed in to change notification settings

gunduru/eemeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Energy Efficiency Meter

Documentation

Docs on RTD.

Installation

Execute the following command to install:

$ pip install git+https://github.com/impactlab/eemeter.git

Testing

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

$ git clone https://github.com/impactlab/eemeter
$ cd eemeter
$ pip install numpy scipy pytest
$ python setup.py develop
$ py.test

You should ensure that you are using the virtualenv py.test executable with py.test --version.

Some tests are slow and are skipped by default; to run these, use the --runslow flag:

$ py.test --runslow

Licence

MIT

About

Core computation engine for the Open Energy Efficiency Meter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%