replicahq / doppelganger

A Python package of tools to support population synthesizers
Apache License 2.0
165 stars 32 forks source link

Fix age test that is based on current date #56

Closed katbusch closed 6 years ago

katbusch commented 6 years ago

Age test used current year, broke with new year

Fixes #55


This change is Reviewable

katbusch commented 6 years ago

Hm something else still failing, not ready yet

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 83.476% when pulling 2e5d59fe18ab4ff17e46a49a1b12d5a70ba9e0ed on age-test-fix into 177c726d15295d6f1d7294004e6aa3679d454565 on master.

katbusch commented 6 years ago

The current state of affairs is unfortunate. I had to downgrade pomegranate (#58) and skip a test (#57) to get this to work. While this is pretty bad because it means we don't really know if the list balancer works, it's probably better than the tests failing so that no new contributions in other modules can happen.

bnaul commented 6 years ago
:lgtm:

Comments from Reviewable