Describe the bug
The alternatives pre-processor in #865 is not working correctly. It looks like presampling is aggregating the values as if they are a size term.
To Reproduce
- Run
test_sandag_abm3_progressive,
- Set
trace_hh_id=785431,
- Review
trace/trip_destination/trip_num_1/othdiscr/sample/presample/interaction_sample/alternative-*.csv
Expected behavior
d_microAccTime should take on value of only 0, 5, or 999. But it is getting values that are sometimes a combination of these (e.g. 2997, 2003, 1009, etc).