-
Notifications
You must be signed in to change notification settings - Fork 50
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
Henry Baker's contribution of 2013 July #21
Henry Baker's contribution of 2013 July #21
Conversation
Henry Baker's contribution of 2013 July
This PR seems to break model generating codes, especially in rbrain/xx.l. For example, this code does not work after this PR: (copied from rbrain/patramodel.l)
|
good catch, let add test code. On Wed, Jun 11, 2014 at 4:14 PM, Shunichi Nozawa notifications@github.com
|
Yes. |
i tried to revert this commit and add test code proposed in in #21 (comment), but travis failed (https://travis-ci.org/euslisp/jskeus/builds/28200670), @snozawa, are you sure that the test code (#21 (comment)) works if we remove this commit? |
Before euslisp/jskeus#100, we needed to arrive at agreement about current situation. I wrote problem about this in the different place, sorry, To summarize it,
|
We can run test code on
|
To summarize, before above-mentioned
after
Therefore, we can check the test code by overwriting |
Henry Baker's contribution of 2013 July
replace remove-duplicates and make-body-from-vertices
with Henry Baker's implementation with hash table.
#14