Closed JustinZarb closed 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.
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.