Skip to content
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

Incorrect initialisation for crevolve offline multistage #13

Closed
jrmaddison opened this issue Jan 9, 2018 · 1 comment
Closed

Incorrect initialisation for crevolve offline multistage #13

jrmaddison opened this issue Jan 9, 2018 · 1 comment

Comments

@jrmaddison
Copy link

The initialisation of offline multistage in pyrevolve/crevolve.pyx appears to have the final two arguments

self.__r = revolve_c.revolve_create_multistage(c_st, c_sr, c_sn)

in the wrong order. I think this should instead be

self.__r = revolve_c.revolve_create_multistage(c_st, c_sn, c_sr)

@jhueckelheim
Copy link

Thank you, well spotted. It is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants