MNGuenther / allesfitter

allesfitter is a convenient wrapper around the packages ellc (light curve and RV models), dynesty (static and dynamic nested sampling) emcee (Markov Chain Monte Carlo sampling) and celerite (Gaussian Process models).
MIT License
62 stars 36 forks source link

copious maplotlib warnings #39

Closed mwcraig closed 3 years ago

mwcraig commented 3 years ago

I know that it is fine to ignore these warnings but wanted to make you aware of them. At the step of generating output warnings like this are raised (allesfitter version 1.2.4, matplotlib version 3.4.3):

! WARNING:
 color is redundantly defined by the 'color' keyword argument and the fmt string "k-" (-> color='k'). The keyword argument will take precedence.
type: <class 'UserWarning'>, file: /Users/mattcraig/miniconda3/envs/alles/lib/python3.8/site-packages/allesfitter/general_output.py, line: 811
MNGuenther commented 3 years ago

Thanks @mwcraig, I updated these for v1.2.7 (pip-installable by this evening).

mwcraig commented 3 years ago

Excellent, thanks for the quick fix on these!