Closed fnueske closed 8 years ago
Please dont merge yet. @fnueske you've added the auto-generated c file by Cython. Please remove it again and add the name to .gitignore in that directory to prevent anybody from adding it again.
Ok. I also noticed that the extension for qr_solver in setup.py was missing.
No problem, I was going to wait anyway for the addition to the init.
Am 26/09/16 um 10:09 schrieb Martin K. Scherer:
Please dont merge yet. @fnueske https://github.com/fnueske you've added the auto-generated c file by Cython. Please remove it again and add the name to .gitignore in that directory to prevent anybody from adding it again.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/markovmodel/variational/pull/38#issuecomment-249598680, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMeQmY6O9AVTv7ZFj0Mslf-PgW0wDkyks5qt-BHgaJpZM4KGnxz.
Prof. Dr. Frank Noe Head of Computational Molecular Biology group Freie Universitaet Berlin
Phone: (+49) (0)30 838 75354 Web: research.franknoe.de
@marscher Can I add the ".c"-extension to the .gitignore-file in the root directory or do you want me to create a separate .gitignore in qr_c?
gitignore that particular file. In general we may want to have .c files.
Am 26/09/16 um 10:20 schrieb Feliks Nüske:
@marscher https://github.com/marscher Can I add the ".c"-extension to the .gitignore-file in the root directory or do you want me to create a separate .gitignore in qr_c?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/markovmodel/variational/pull/38#issuecomment-249601726, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMeQifbIFf2lFbEwkzTcF_EoOZs9NC5ks5qt-KlgaJpZM4KGnxz.
Prof. Dr. Frank Noe Head of Computational Molecular Biology group Freie Universitaet Berlin
Phone: (+49) (0)30 838 75354 Web: research.franknoe.de
If you add it in the root file, please qualify the path to it like this: / variational/solvers/qr_c/qr_solver.c
but actually it is better to add a new gitignore file for the case we refactor something.
Done. Sorry, @marscher , I saw your last message too late.
Thanks. Looks good to me, @marscher please merge if you agree.
Appveyor is lazy today...
Thank you! I suggest to also import qr_solve and sort_by_norm in the init:
https://github.com/markovmodel/variational/blob/devel_Feliks/variational/__init__.py