WattTime / pyiso

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

Remove dead code related to the get_lmp(...) deprecation. #188

Closed r24mille closed 6 years ago

r24mille commented 6 years ago

Commits 22323c6, 79464e1, and fa7524c removed the public get_lmp(...) method from all pyISO clients. However, there were many LMP-related integration tests, unit tests, private parsing methods, and conditional execution paths left behind which still referenced LMP functionality.

This pull request removes all those sections of dead code. Dead code is the simplest form of technical debt.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+3.7%) to 62.64% when pulling c99beaf44436753d30e48cc7f8f692d3a524d2c5 on r24mille:remove_lmp_remnants into 4286edea5475cd553a758333347f7e2edd8d82a7 on WattTime:master.