panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

More flexible solve options #180

Closed wtgee closed 4 years ago

wtgee commented 4 years ago

This PR fixes so that you can pass args and kwargs to solve-field and they will be added to the list of default options.

These currently will not override the defaults, which would be desirable, but merely allow you to specify additional options in addition to the default.

codecov[bot] commented 4 years ago

Codecov Report

Merging #180 into develop will increase coverage by 0.18%. The diff coverage is 92.30%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #180      +/-   ##
===========================================
+ Coverage    70.48%   70.66%   +0.18%     
===========================================
  Files           26       26              
  Lines         1853     1851       -2     
  Branches       248      249       +1     
===========================================
+ Hits          1306     1308       +2     
+ Misses         486      482       -4     
  Partials        61       61              
Impacted Files Coverage Δ
panoptes/utils/images/fits.py 80.72% <92.30%> (+1.86%) :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 8ceabf4...d59d655. Read the comment docs.