You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After implementing the string to pandas categorical conversion, some of our current CI tests failed. They all had Sharrow turned on and set to test mode. The utility calculated with and without Sharrow are different.
This should be addressed by the recent fix applied to sharrow and included in sharrow version 2.8. There are included in that work unit testing to ensure that categoricals are being properly handled.
@i-am-sijia are you able to easily test this now works correctly within ActivitySim?
Describe the bug
After implementing the string to pandas categorical conversion, some of our current CI tests failed. They all had Sharrow turned on and set to
test
mode. The utility calculated with and without Sharrow are different.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The utility with and with Sharrow should be the same.
Screenshots
result of tracing the failed tour, in the stop_frequency.work:
Chooser
Non-sharrow evaluation
Sharrow evaluation]
Additional context
Temporary solution: I moved the pandas categorical vs string comparisons to the preprocessors.
The text was updated successfully, but these errors were encountered: