dtamayo / reboundx

A library for adding additional forces to the REBOUND N-body integration package
GNU General Public License v3.0
80 stars 60 forks source link

Fixed GLFW errors on travis, works with new reb_transformation syntax #51

Closed hannorein closed 3 years ago

hannorein commented 3 years ago

Don't merge this just yet.

This should work once I've merged the changes from the whfasttp1 branch into the REBOUND master branch.

hannorein commented 3 years ago

Also fixes #52.

dtamayo commented 3 years ago

Thanks a lot!

dfm commented 3 years ago

:wave: I was just coming over here because I hit this same issue.

hannorein commented 3 years ago

I'll merge it shortly, just waiting for travis to finish the checks.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+14.3%) to 84.833% when pulling f10e1be8388501cf6eebe119752059931f7d1b21 on hannorein:master into bd321ad9b705631863df214d749a04ecbb44670e on dtamayo:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+14.3%) to 84.833% when pulling f10e1be8388501cf6eebe119752059931f7d1b21 on hannorein:master into bd321ad9b705631863df214d749a04ecbb44670e on dtamayo:master.

hannorein commented 3 years ago

@dtamayo, all tests passed. If you have time, maybe you can push it to pypi so that it works for people using pip install. Thanks!