-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
normalize data for dcm #209
base: master
Are you sure you want to change the base?
Conversation
I don't know why CI is failing. Help? |
AppVeyor is |
Thanks for this @Eh2406! The passing Travis builds are the relevant benchmark here. The appveyor Windows build are failing due to pandana on Windows, which is unrelated to the present PR. We'll fix that, or we may remove pandana as a hard CI dependency of core urbansim (as little in this repo specifically needs pandana). |
I don't have a lot of experience with pytest. What test would you like to see, and how do you recommend I implement them? |
Ping. To be clear I am stuck waiting for advice on what tests you would like to see. |
Some thoughts (curious what others think too):
|
add a simple_dcm for the test that cannot be parameterized
I parameterized Thoughts? |
merged and ci is green. Thoughts? What else would you like to see before accepting? |
This is a start on #208 still to do:
But I thout I'd open this to get some feedback.