Skip to content

Instantly share code, notes, and snippets.

View gnn's full-sized avatar

Stephan Günther gnn

View GitHub Profile
@gnn
gnn / invest_test.py
Last active May 11, 2016 23:02 — forked from uvchik/invest_test.py
test the invest
from oemof.network import Source
class Investment:
""" Components (Nodes?) grouped under `Investment` objects are optimized
for investment.
"""
def __init__(self, maximum=float('+inf')):
self.maximum = maximum