-
Notifications
You must be signed in to change notification settings - Fork 26
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
Start to fix Attractors example #408
Conversation
Now, I can change
perhaps this should be a separate issue/ perhaps a chaco issue? I tried running with chaco master as I remember a similar looking issue that had been fixed recently, only to find the following error:
since we removed EDIT: I've opened #409 |
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.
LGTM.
It's necessary to replace |
fixesstarts process of fixing #404Previously changing
initial_point
at all one got the traceback:Inserting a print statement (
print(type(point), point.dtype, point)
) I saw that :so by changing a value on
initial_point
we ended up changing the dtype leading to problems. We always want floats.Note even after this fix there are still other problems with the example