UDST / choicemodels

Python library for discrete choice modeling
https://udst.github.io/choicemodels
BSD 3-Clause "New" or "Revised" License
74 stars 33 forks source link

network distance bands for weighted sampling #32

Closed gboeing closed 3 years ago

gboeing commented 6 years ago

@smmaurer the CI test failure is unrelated to this PR. It is occurring at (py36 only):

>       assert list(merged.columns) == [
            'var2', 'var3', 'join_index', 'thing_id', 'var1']
E       AssertionError: assert ['var2', 'var...', 'thing_id'] == ['var2', 'var3...g_id', 'var1']
E         At index 3 diff: 'var1' != 'thing_id'
E         Full diff:
E         - ['var2', 'var3', 'join_index', 'var1', 'thing_id']
E         ?                                --------
E         + ['var2', 'var3', 'join_index', 'thing_id', 'var1']
E         ?                                          ++++++++
tests/test_interaction.py:38: AssertionError
coveralls commented 6 years ago

Coverage Status

Coverage decreased (-3.8%) to 48.983% when pulling 751536066792fc620d6b1775ae552f8c8f349c3c on gb into 55054279c2ec1eaf2791764dadc0eff14c9cad32 on master.

gboeing commented 6 years ago

CI test failure fixed in #34

gboeing commented 6 years ago

@smmaurer ready to merge