WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
239 stars 112 forks source link

Fix parser for new column header in NYISO generation mix file. #183

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

Fix parser for new column header in NYISO generation mix file.

The test_nyiso.py unit test was tweaked and simplified accordingly. The intention of the unit test (i.e. functionality tested) remains the same.

Fixes #180.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 57.727% when pulling 6e4baac3f16bfa3e070b2502964f44b5206ca6ef on r24mille:180_nyiso_keyerror into b3fd60fc05e32eb9464a4d5d01bc214b5d8eb11b on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.05%) to 57.781% when pulling 66cd9dcdc01c2f1a65092cce6aab6e5569eb2f83 on r24mille:180_nyiso_keyerror into b3fd60fc05e32eb9464a4d5d01bc214b5d8eb11b on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.05%) to 57.781% when pulling fe4653d76ede552f6471ace112a75810ed8c43fe on r24mille:180_nyiso_keyerror into b3fd60fc05e32eb9464a4d5d01bc214b5d8eb11b on WattTime:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.01%) to 57.718% when pulling 1e324aa3068dd371918677bffeafed276bd8ae5d on r24mille:180_nyiso_keyerror into b3fd60fc05e32eb9464a4d5d01bc214b5d8eb11b on WattTime:master.

systemcatch commented 6 years ago

@r24mille thanks for submitting a fix on this bug quickly.