openergy / opyplus

A package to work with EnergyPlus in python
Mozilla Public License 2.0
37 stars 13 forks source link

improvement: filter method need exact syntax for field value ! #8

Closed Lefort-Antoine closed 5 years ago

Lefort-Antoine commented 9 years ago

Review: Modify in idf.py the line 1081:"if current_value == field_value:" by "if current_value.lower() == field_value.lower():"