codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Update the test examples to fix date error in spreadsheet #161

Open jkwan2011 opened 2 months ago

jkwan2011 commented 2 months ago

There is an error in the spreadsheet where some examples (e.g., quateman) produce a 1-day gap between the start date of a billing period and the previous billing period's end date. When this is fixed in the spreadsheet, we will need to update all examples (inputs and assertions) that were affected by this error.

alanisaac commented 1 month ago

See for example, the difference between start and end dates for each record between:

Ideally, these dates should line up so we can use these same test cases to test the CSV parser.

ethanstrominger commented 2 weeks ago