architecture-building-systems / RC_BuildingSimulator

A Resistance Capacitance Model for an Energetic Simulation of a Building
Other
96 stars 36 forks source link

Removed numpy #24

Closed JustinZarb closed 7 years ago

JustinZarb commented 7 years ago

In building_physics.py, supply_systems.py and emission_systems.py, np.inf was replaced with float("inf") and np.nan was replaced with float("nan"). Unit tests were unaffected.