-
Notifications
You must be signed in to change notification settings - Fork 13
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
add a checkbox to path edit form to allow ignore #784
add a checkbox to path edit form to allow ignore #784
Conversation
Please test in the ui as well. I have problems with my localhost config and I can't test json2Capnp and osrm right now, so can't test the paths themselves. |
The test failure looks legit |
The ignore checkbox does not seem to have any effect... My nodes have a dwell time of 20 seconds, I put 10, and whether I ignore or not, the stats are the same. If I change the dwell time of the nodes to 10, then the stats do decrease, so it's really the ignore checkbox not working. |
But your unit test failing may be a sign of something wrong, maybe if you fix the test, it will all be fixed! |
f6e82a5
to
952a6e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo on the data field name, but when fixed, it works well
packages/transition-common/src/services/path/__tests__/Path.test.ts
Outdated
Show resolved
Hide resolved
952a6e0
to
57dfb8c
Compare
57dfb8c
to
19c60b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably should do a find & replace on the whole code to see if any other typos are lying around...
packages/transition-common/src/services/path/__tests__/PathData.test.ts
Outdated
Show resolved
Hide resolved
19c60b0
to
14602b0
Compare
default dwell times for associated nodes, and add help to default dwell time
14602b0
to
ae2fbc6
Compare
default dwell times for associated nodes, and add help to default dwell time