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

add import pkg_resources #57

Closed Findus23 closed 3 years ago

Findus23 commented 3 years ago

same as https://github.com/hannorein/rebound/pull/499

coveralls commented 3 years ago

Coverage Status

Coverage increased (+11.3%) to 81.856% when pulling dfd99ede588bfbc1c443e5cbfaa67ba93c850f9d on Findus23:pkg_resources into 3ee6998888980ca66b5161263a78aa611c416c0f on dtamayo:master.

codecov-io commented 3 years ago

Codecov Report

Merging #57 (dfd99ed) into master (3ee6998) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   75.57%   75.57%           
=======================================
  Files          40       40           
  Lines        3586     3587    +1     
=======================================
+ Hits         2710     2711    +1     
  Misses        876      876           
Impacted Files Coverage Δ
reboundx/__init__.py 89.65% <100.00%> (+0.36%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ee6998...dfd99ed. Read the comment docs.

hannorein commented 3 years ago

Well spotted. I think this should be unproblematic to merge.

dtamayo commented 3 years ago

Thanks! Sorry not sure why this got missed.